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 2 years ago
Votes Newest

Answers 15


and you are right

  
  
Posted 2 years ago

(I tried 😅 )

  
  
Posted 2 years ago

there’s anything specific you need?

  
  
Posted 2 years ago

I should add some more instruction on Github page

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

JuicyFox94 , can you please assist? 🙂

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

then enjoy :D

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Basically you can install lates clearml chart

  
  
Posted 2 years ago

oh I got your point

  
  
Posted 2 years 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 2 years ago

It would be a nice feature 😛

  
  
Posted 2 years ago
850 Views
15 Answers
2 years ago
one year ago
Tags