-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
In statefulset, declare to use pvc, the status of pvc is always pending #11240
Comments
This is not a storageclass that comes with K3s. I suspect that whatever provisioner you're using to provision this volume is not working properly. Either that or perhaps the NFS server that is exporting the share is not configured properly. Check the logs on your NFS provisioner, logs on the NFS server, and kubelet logs on the node where this volume should be mounted. |
use K3s. storageclass same problems
|
Can you show the PVC or PV itself? What StorageClasses do you have available? What do the logs say? Anything useful at all? |
Environmental Info:
K3s Version:
v1.28.14+k3s1
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Describe the bug:
In stafulsets, declare to use pvc, the status of pvc is always pending,but pod is running ,pvc pv is bound
Steps To Reproduce:
Expected behavior:
Actual behavior:
Additional context / logs:
The text was updated successfully, but these errors were encountered: