Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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.

  
  
Posted one year ago
Votes Newest

Answers 2


JuicyFox94 any idea?

  
  
Posted one year ago

I guess the message may be mistaken. Pls share kubectl get svc of the namespace you installed clearml

  
  
Posted one year ago
559 Views
2 Answers
one year ago
one year ago
Tags