Hi SuccessfulKoala55 Thanks for pointing me to this repo. Was using this repo.
I didn't manage to find in this repo that if we still require to label the node app=clearml, like what was mentioned in the deprecated repo. Although from the values.yaml, the node selector is empty. Would u be able to advise?
How is the clearml data handled now then? Thanks
Hi OddShrimp85 , from your question I see you've been looking at the old, deprecated helm chart. Please see the new helm chart at https://github.com/allegroai/clearml-helm-charts
Hi OddShrimp85 ,
The app=clearml label is not required any more (in fact, it was only required in the initial, deprecated repo, and was removed in all following versions).
The data is handled now using PVs configured for the ElasticSearch and MongoDB charts. JuicyFox94 - would you like to expand? 🙂
Cool thanks guys. I am clearer now. Was confused by the obsolete info. Thanks for the clarification.
Sure, OddShrimp85 , until you need to specifically bind any pod to a node, nodeSelector is not needed. In fact, the new chart will leave to k8s the right to share the load on the worker nodes. About pvc you simply need to declare the Storageclass at k8s level so it can take care of creating the PVC too. How many workers do you have in your setup?