You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
when I run kubectl describe pod I get a Warning because of a FailedScheduling from default-scheduler that has the message pod has unbound PersistentVolumeClaims
The problem is caused by PersistentVolume, I retested the services after disabling the persistence on those services and they worked fine.
Describe the bug
When trying to install FADI in a local Kubernetes cluster, most of the services are stuck in " pending " status
fadi-grafana-8566d6d76d-hvvhn --- 0/1 ---- Pending ---- 0
when I run kubectl describe pod I get a Warning because of a FailedScheduling from default-scheduler that has the message pod has unbound PersistentVolumeClaims
The problem is caused by PersistentVolume, I retested the services after disabling the persistence on those services and they worked fine.
Potential solutions :
Version of Helm and Kubernetes:
helm version: "v2.14.3"
kubernetes version: 1.15.4
Anything else we need to know:
Stack overflow: https://stackoverflow.com/questions/52668938/pod-has-unbound-persistentvolumeclaims
Persistent Volumes ( official doc ) : https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1
Storage Classes ( potential solution ): https://kubernetes.io/docs/concepts/storage/storage-classes/#local
The text was updated successfully, but these errors were encountered: