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
Hi Team, I'M Deploying Clearml On A Kubernetes Environment Using Helm Chart. I'Ve Enabled Ingress For Clearml-Apiserver , Clearml-Fileserver ,Clearml-Webserver. How To Pass The Hostname For Those Using Env?

Hi Team, I'm Deploying clearml on a kubernetes environment using helm chart. I've enabled ingress for clearml-apiserver , clearml-fileserver ,clearml-webserver. How to pass the hostname for those using env?

  
  
Posted 2 months ago
Votes Newest

Answers 5


I don’t think you need to pass these env vars in extraenvs, references are automatically generated by chart. After removing them, pls post webserver pod logs here and let’s see if we can spot the issue, ty.

  
  
Posted 2 months ago

Hi, helm show readme should output informations on any single parameter fo the chart. helm show values will show the entire values file containing also the structure.

  
  
Posted 2 months ago

hostname of frontend has been added in place of api server hostname. So getting cors error in inspect -> network tab in UI

  
  
Posted 2 months ago

ingress are created I can access it through browser. But My webserver can't able to connect to apiserver because of wrong hostname by default it is been passed. How to pass the correct apiserver and file system hostname

  
  
Posted 2 months ago

I've added CLEARML_API_HOST , CLEARML_FILES_HOST, CLEARML_WEB_HOSTin my extraEnvs but ENV are passed inside the pods i have checked but it is not effecting in my webserver

  
  
Posted 2 months ago
197 Views
5 Answers
2 months ago
2 months ago
Tags