this is a clear issue with provisioner not handling the pvc request for any pod having a pvc. It’s not related chart but provisioner you are suing that probably doesn’t support dynamic allocation. what provisioner are you using?
some suggestions:
start working just with clearml (no agent or serving, these ones will go in after clearml is working) try a fist deploy without any override if it works start adding values to override file (without reporting everything or it will be very difficult to debug, you should not report on override file what is not overridden) do helm upgrade check problems one by one
seems like i didn't define a persistant volume
i know what storageclass is.. but i don't think that this is the problem i do have one standard, seems that pv claim do not collecting it
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
chart-1669648334 clearml 1 2022-11-28 17:12:14.781754603 +0200 IST deployed clearml-4.3.0 1.7.0
hi i tried a new installation using the files downloaded just perform : helm install clearml . -n clearml
without changing anything.
the problem persist.
can you pls put the entire helm list -A
output command?
you need to investigate why it’s still in Pending state
Also k8s distribution and version you are using can be useful
so the missing volume, do you have a recommendation how do i solve this?
Client Version: v1.25.3
Kustomize Version: v4.5.7
Server Version: v1.25.3
same , when i'm installing directly: sudo helm install clearmlai-1 allegroai-clearml/clearml -n clearml
this is the problem the elastic pod shows:
Events:
Type Reason Age From Message
Warning FailedScheduling 65s (x2 over 67s) default-scheduler 0/6 nodes are available: 6 pod has unbound immediate PersistentVolumeClaims. preemption: 0/6 nodes are available: 6 Preemption is not helpful for scheduling.
can you also show output of kubectl get po
of the namespace where you installaed clearml?
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