Description:
I have a kubernetes cluster, version 1.28.
I have a storageClass on CSI NFS. It works.
I install pmm with heml charts setting storageClassName to my storage class
helm install pmm --set secret.create=false --set secret.name=pmm-secret --set-string pmmEnv.ENABLE_DBAAS="0" --set service.type="NodePort" --set storage.storageCla
ssName="nfs-csi" percona/pmm
pvc is created and there are data in.
But then pod is failing with this error :
0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not he
lpful for scheduling..
Have you ever face this ?
Thank