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 11 months 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 11 months 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 11 months ago

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

  
  
Posted 11 months 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 11 months ago

UnevenDolphin73 you mean the clearml-server helm chart ?

  
  
Posted 11 months ago

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

  
  
Posted 11 months ago

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

  
  
Posted 11 months ago