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! Working On Deploying Clearml To Aws Eks And Looking For A Way To Initialize Projects And Designated Queues For Agents. Are There Any Best Practices For This Or Should I Just Add A Command When Starting Up The Api Server (I.E., Send Some Http Requests

Hi!

Working on deploying ClearML to AWS EKS and looking for a way to initialize projects and designated queues for agents. Are there any best practices for this or should I just add a command when starting up the API server (i.e., send some http requests: https://clear.ml/docs/latest/docs/references/api/projects )?

Helm chart versions:
clearml: 4.1.1
clearml-agent: 1.2.0

Thank you!

  
  
Posted one year ago
Votes Newest

Answers 15


It would be a nice feature 😛

  
  
Posted one year ago

Basically you can install lates clearml chart

  
  
Posted one year ago

there’s anything specific you need?

  
  
Posted one year ago

then you should go in UI creating a new pair of access/secretkey and use them as parameters for agent so it can connect to clearml and authenticate

  
  
Posted one year ago

In the deployment if I add agents to queues that are not present (using k8sglue), they fail to launch until the queues become available. Would like to avoid manually setting up queues that I know I'll be using.

  
  
Posted one year ago

Now working around it by creating a kube job to POST to the appropriate apiserver address and creating what I need

  
  
Posted one year ago

Will do, if the solution is migrated away from terraform and back into the clearml helm charts!

  
  
Posted one year ago

oh I got your point

  
  
Posted one year ago

and you are right

  
  
Posted one year ago

then enjoy :D

  
  
Posted one year ago

JuicyFox94 , can you please assist? 🙂

  
  
Posted one year ago

I don’t think it’s possible to setup queues in advance with any ClearML chart env var but I’m not 100% sure. SuccessfulKoala55 can you pls clarify this?

  
  
Posted one year ago

uh it would be interesting if you can include it in chart and push a PR :D

  
  
Posted one year ago

(I tried 😅 )

  
  
Posted one year ago

I should add some more instruction on Github page

  
  
Posted one year ago
665 Views
15 Answers
one year ago
one year ago
Tags