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 Folks, I Have Installed Clearml On Kubernets Using The Helm Chart, But I Had To Specify Three Different Domains For The Ui, Apiserver And Fileserver. Is There Any Way To Let Clearml Know That The Apiserver Is At

Hi folks, I have installed ClearML on kubernets using the helm chart, but I had to specify three different domains for the ui, apiserver and fileserver. Is there any way to let clearml know that the apiserver is at http://clearml-api.domain.com ?

  
  
Posted one year ago
Votes Newest

Answers 14


Hi Jake, I mean that when I create a token, I would like the users to see the right
hosts, so that they can just copy and paste when they do clearml-init

  
  
Posted one year ago

(though so far I am not quite managing to make it work even using the right hosts and ports)

  
  
Posted one year ago

Hi SarcasticSquirrel56 , do you mean how to configure the ClearML SDK?

  
  
Posted one year ago

I can ping it without issues, but I am not sure if the communications are set correctly

  
  
Posted one year ago

OK I could connect with the SDK, so everything is working, I'd just like to get the right hosts shown in the UI when a new token is created

  
  
Posted one year ago

Hi Jake unfortunately I realized we put a loadbalancer, so any address like addess.domain, would ping

  
  
Posted one year ago

When the server answers ping, it should be alive

  
  
Posted one year ago

yes

  
  
Posted one year ago

SarcasticSquirrel56 I think this is something we plan on adding to the helm chart, but it's not yet there

  
  
Posted one year ago

(if that's possible)

  
  
Posted one year ago

thanks a lot!

  
  
Posted one year ago

Hi Jake, I mean that when I create a token, I would like the users to see the right
hosts, so that they can just copy and paste when they do

clearml-init

Copy/paste from the "create credentials" popup in the ClearML WebApp?

  
  
Posted one year ago

is there a way I can check whether the apiserver are reachable?
(like: https://clearml-apiserver.ds.bumble.dev/health http://ds.bumble.dev/health )

  
  
Posted one year ago

Right JuicyFox94 ?

  
  
Posted one year ago
519 Views
14 Answers
one year ago
one year ago
Tags