I guess the message may be mistaken. Pls share kubectl get svc of the namespace you installed clearml
Answered
Hello,
I'M Trying To Install Clearml On My K8S Cluster. I'M At The Point Of Running
Hello,
I'm trying to install ClearML on my k8s cluster. I'm at the point of running helm install clearml-stg-2022-08 allegroai/clearml
after that, if I try to get node port like suggested: export NODE_PORT=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services clearml-stg-2022-08)
I get Error from server (NotFound): services "clearml-stg-2022-08" not found
I can get node port for service clearml-stg-2022-08-webserver
though. So maybe the suggestion need to be updated?
After I get the application URL by running echo http://$NODE_IP:$NODE_PORT
I get http://xxxxx:30080 but I get ERR_CONNECTION_TIMED_OUT. So I'm a bit lost here.
1K Views
2
Answers
2 years ago
one year ago
Tags