-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod has unbound immediate PersistentVolumeClaims #1
Comments
Hi @tuv7041, do you have a StorageClass in your cluster? Please share output of |
I have the same problem. My K8S is on 3 VMs |
I saw that that persistentvolumeclaims is created but its status is pending
Going in depth, i think the issue is storageclass.storage.k8s.io "efs" not found:
Could you please add to your tutorial how to create properly the needed volume ? |
Hi, I'm trying your tutorial, and when applying either the replicaset or the daemonset, the pods get scheduled but they stay on "pending".
kubectl describe pods counter-app-6pxrw (a pod in the replicaset) shows the following:
I get the same error for the daemonset.
The text was updated successfully, but these errors were encountered: