
Reputation
Badges 1
53 × Eureka!I’m not sure why in your case liveness probe is trying to access a non localhost ip. What is the version of the chart you are trying to install? helm list -A
In fact it's the same we are applying to helm charts for k8s
ok, for mayor version upgrade my suggestion is to backup the data somewhere and do a clean install after removing the pvc/pv
Let me check and I will eventually get back with a PR
in some second it should became green
if it turns 503 it’s not network but something on top of it
If you have ALB you will just need to add some annotations on ingress rules depending on your setup. btw for now , since you already have everything in place, I suggest to just add values to /etc/hosts
and see if it works
pls fix also fileServerUrlReference: anf webServerUrlReference:
at that point we define a queue and the agents will take care of training 😄
it looks to me redis pod is not working as expected, it’s just a guess
and add these 3 hostnames pointing them to the external ip
uh... yes, i was focusing on pipelinecontroller but it's a task property. Ty, it worked!
ok, ty very much for your feedback 😄
k8s cluster can access ubuntu archive?
clearml and agent are in the same namespace?
Do you have Ingresses enabled?
not sure if this is ok with your infra
with this one you don’t need anymore to set the value I suggested before
apiserver additionalConfigs
accessing apiserver from a pod doesn’t require kubeconfig
ReassuredArcticwolf33 pls try this one and let me know if this is working for you
you can try use a specific image like docker.io/arm64v8/mongo:latest
This is pretty weird. If pv containing mongodb data is still the same data must be there. what storageclass provider are you using?
Hi PleasantGiraffe85 , just to get some more info; what version of chart are you using? Did you enabled ingress?
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