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.
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?
Now working around it by creating a kube job to POST to the appropriate apiserver address and creating what I need
I should add some more instruction on Github page
uh it would be interesting if you can include it in chart and push a PR :D
Will do, if the solution is migrated away from terraform and back into the clearml helm charts!
Basically you can install lates clearml chart
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