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 There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Is there more info on how to set up clearml-agent in kubernetes than at these links?
None
None

I’m still not following exactly how to get it set up, and how its supposed to start picking up jobs. I’m just trying to figure out if it will do what we need it to, basically pulling pipeline jobs and running them in our GCP cluster, and also having access to GPUs when they need. Thanks

  
  
Posted one year ago
Votes Newest

Answers 7


Ok, that’s good to know. So with the autoscaler, can you also define what types of machines you need, for example GPU/No GPU, storage size, memory, etc?

  
  
Posted one year ago

Ok, that’s good to know. So with the autoscaler, can you also define what types of machines you need, for example GPU/No GPU, storage size, memory, etc?

Yes! And you can even run with preemptible instances 🙂

  
  
Posted one year ago

Ok awesome, that’s good to know. Thanks!

  
  
Posted one year ago

Hi @<1559349204206227456:profile|BeefyStarfish55> , you would need to integrate ClearML with k8s for that.
I think this helm chart is what you're looking for
None

  
  
Posted one year ago

If you're running on GCP I think using the autoscaler is a far easier and also cost efficient solution. The autoscaler can spin up and down instances on GCP according to your needs.

  
  
Posted one year ago

Also, is the Pro plan autoscaling option the only way to run clearml in the cloud without having a dedicated VM that’s running all the time?

  
  
Posted one year ago

Also, is the Pro plan autoscaling option the only way to run clearml in the cloud without having a dedicated VM that’s running all the time?

Yes, GCP autoscaler is only available in the PRO & Scale/Enterprise

  
  
Posted one year ago
635 Views
7 Answers
one year ago
one year ago
Tags
Similar posts