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 5 months ago
Votes Newest

Answers 7


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 5 months 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 5 months 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?

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

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

  
  
Posted 5 months 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 5 months 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 5 months ago
211 Views
7 Answers
5 months ago
5 months ago
Tags
Similar posts