Unanswered
Hi, I'M Trying To Setup The Storage (Aws S3) For All Components Of Clearml. I'M Deploying Clearml On Kubernetes With The Official Helm Charts.
I Can'T Find A Way To Inject The Configuration File In The Webserver / Apiserver / Fileserver.
With The Agent,
Hi @<1749602841338580992:profile|ImpressionableSparrow64> , I have a clearml-agent in my k8s cluster and I also have my clearml-api-keys stored as a secret inside my cluster and I would like to refer to it using: 'existingClearmlConfigSecret'. If my secret was created like so:
kubectl create secret generic clearml-api-secret \
--from-literal=agentk8sglueKey="CLEARML_API_ACCESS_KEY" \
--from-literal=agentk8sglueSecret="CLEARML_API_SECRET_KEY"
do I then just set existingClearmlConfigSecret: clearml-api-secret
?
10 Views
0
Answers
one month ago
one month ago