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
Hello Everyone, I Hope You Are Doing Well. I Am Currently Try To Set Up Clearml-Agent In A Azure Kubernetes Cluster On Kubernetes Version 1.26.12 With Underlying Ubuntu22.04. Does Anyone Have Experience With The Gpu-Operator And The Deployment Which Come

Hello everyone, I hope you are doing well.

I am currently try to set up clearml-agent in a Azure Kubernetes Cluster on kubernetes version 1.26.12 with underlying ubuntu22.04. Does anyone have experience with the gpu-operator and the deployment which comes with it?

I use the helmchart None .

Is there a good documentation on how setting it up?

  
  
Posted 11 days ago
Votes Newest

Answers


I think the chart is pretty self explanatory, I don't think there's any documentation but this . Happy to help though, I am using both of those charts (different versions) in an on-prem cluster.

  
  
Posted 11 days ago