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
Clearml Server For Kubernetes Clusters Using Helm

https://github.com/allegroai/clearml-server-helm I am following this k8 setup for clearml-server-helm. Here the clearml-agents are being started automatically. How do i link an clearml-agent to a queue created in the clearml-server ?

  
  
Posted 3 years ago
Votes Newest

Answers 3


Whatever documentation is currently available can be found in the https://github.com/allegroai/clearml-server-k8s repository and in the docs here https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html
Can you explain the exact configuration you're after? I'm not sure there's much use in assigning more memory to the webserver service as it's only responsible for serving the WebApp and acting as a reverse proxy...

  
  
Posted 3 years ago

Hi DeliciousBluewhale87 ,
The chart uses the Values.agent.queues value to configure the agents, so you'll need to update the values to the queue names/IDs you have in your server

  
  
Posted 3 years ago

Hi, for the values.yaml, is there some reference for it esp so , if we assign more Memory to webserver service etc. I tried googling around but so far no luck

  
  
Posted 3 years ago
581 Views
3 Answers
3 years ago
one year ago
Tags