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 Everyone. Is There Any Way To Customize

Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (version: 7.11.0) and I would like to see here internal k8s domains instead of external.
image

  
  
Posted one month ago
Votes Newest

Answers 4


Hi @<1729309120315527168:profile|ShallowLion60> , this is not currently available as a value in the chart. You can simply add this environment variable to the webserver service:

WEBSERVER__displayedServerUrls={"apiServer":"
","filesServer":"
"}

Note that the webserver address will always show the address you're using to access the webserver

  
  
Posted one month ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> Thanks a lot to the tip 👍 ! It works for me! Actually it is possible for fix WEBSERVER__displayedServerUrls just by changing clearml.clientConfigurationApiUrl and clearml.clientConfigurationFilesUrl. External url for webserver is not a problem in my case

  
  
Posted one month ago

Unfortunately I did not find such vars in helm chart. Currently I see external urls like None and None But I would like to get here urls like None and None . The last tow urls - are internal k8s domains - we have clearml-webserver and clearml-apiserver services in terms of kubernetes.

  
  
Posted one month ago

Hi @<1729309120315527168:profile|ShallowLion60>

Clearml in our case installed on k8s using helm chart (version: 7.11.0)

It should be done "automatically", I think there is a configuration var in the helm chart to configure that.
What urls are you urls seeing now, and what should be there?

  
  
Posted one month ago
146 Views
4 Answers
one month ago
one month ago
Tags