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
Hi To All! I'M Trying To Enable Clearml-Agent In My K8S Clearml-Server Installation. I'M Following This Guide

hi to all! i'm trying to enable clearml-agent in my k8s clearml-server installation. I'm following this guide https://github.com/allegroai/clearml-server-helm#configuring-clearml-agent-instances-in-your-cluster and it seems that to enable it i need only to specify that values on the values.yaml (is it correct?). When i apply the values file (with heml) it does not deploy the agent. Can you help me?

  
  
Posted one year ago
Votes Newest

Answers 12


ok thanks ... i needed to set the clearml server apikey and secret in the agent glue api and secret configs to make it works... the documentation is not very clear on that topic and I thought the helm uses the same keys (but it didn't)

  
  
Posted one year ago

ok thank you! however i've studied in dept how it works and now it's more clear ... however, thanks again 😄

  
  
Posted one year ago

https://github.com/allegroai/clearml-helm-charts has an open source chart for the server and an open source chart for the glue agent

  
  
Posted one year ago

You mean this chart? None

  
  
Posted one year ago

i've seen that repos before but i did not understand how to configure the helm clearlml-agent to install it on the server...

  
  
Posted one year ago

yes correct

  
  
Posted one year ago

If you have an agent with a key and a secret, you basically just need to make sure the agent is monitoring the queue in which you plan to enqueue your tasks

  
  
Posted one year ago

We plan to make this automatic in the next version

  
  
Posted one year ago

HarebrainedBaldeagle11 this repository is deprecated. You need to refer to the new repository with the latest and greatest helm charts for ClearML 🙂
See https://github.com/allegroai/clearml-helm-charts

  
  
Posted one year ago

ok i figured it out and used the api access and secret key ... now the agent is deployed and i can see it on the clearml ui ... there is other configs that needs to be updated? i'm trying to launch a job and seems that nothing happens

  
  
Posted one year ago

ok thanks, the documentation is not very clear about installing the agent on k8s 😕

  
  
Posted one year ago

oh good... but the "glue method" can be used even in community version?

  
  
Posted one year ago
577 Views
12 Answers
one year ago
one year ago
Tags