Reputation
Badges 1
53 × Eureka!Hi,
how did you specified it in Helm override file?
can you pls check the content of file /root/clearml.conf inside agent pod. I would like to understand how config file looks, ty.
moreover I usually prefer to have S3 backends if in AWS oir MinIO
Basically you can install lates clearml chart
with this one you donβt need anymore to set the value I suggested before
AgitatedDove14 maybe you can check also --version that returns the help menu
This is pretty weird. If pv containing mongodb data is still the same data must be there. what storageclass provider are you using?
apiServerUrlReference: " "
kubectl get svc -n default ?
but I can be wrong, give me 30 mins while I recreate same local installation with samecchart so I can see if something is wrong
I guess apiServerUrlReference should be fixed
kubectl get svc -n clearml ?
with the right svc names
or maybe default?
uh... yes, i was focusing on pipelinecontroller but it's a task property. Ty, it worked!
In my case I have a similar need; I wrote a never-ending Task similar to this one used for cleanup: https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_service.py
can you pls share output of helm list in clearml namespace ?
Or do you want to dinamically mount directly an nfs endpoint? (I understood you need this one)
today I'm in the middle of sprint plannings for my team so I will not be probably fast to help if needed, but feel free to ping me just in case (I will try to do my best)
additionalConfigs: auth.conf: | auth { # Fixed users login credentials # No other user will be able to login fixed_users { enabled: true pass_hashed: false users: [ { username: "jane" password: "12345678" name: "Jane Doe" }, { username: "john" password: "12345678" name: "John Doe" }, ] } }
this sounds weird to me