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
Is It Expected That K8S Helm Chart Also Starts A Clearml Worker?

Is it expected that K8s helm chart also starts a ClearML worker?

  
  
Posted one year ago
Votes Newest

Answers 7


yes, a lot of moving pieces here as we're trying to migrate to AWS and set up autoscaler and more 😅

  
  
Posted one year ago

UnevenDolphin73 you mean the clearml-server helm chart ?

  
  
Posted one year ago

In that case, no the helm chart does not spin a default agent (You should however spin a service mode agent for running pipelines logic)

  
  
Posted one year ago

I will! (once our infra guy comes back from holiday and updates the install, for some reason they setup server 1.1.1???)

Meanwhile wondering where I got a random worker from

  
  
Posted one year ago

I think you have it on the workers and queues page when you click on the worker you have its detials

  
  
Posted one year ago

That's probably in the newer ClearML server pages then, I'll have to wait still 😅

  
  
Posted one year ago

Can I query where the worker is running (IP)?

  
  
Posted one year ago
555 Views
7 Answers
one year ago
one year ago
Tags