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
What happened:
deployed helm chart, created pvc, pvc stuck in Pending status
What you expected to happen:
pvc to be created
How to reproduce it:
setup nfs server and make publicly accessible
install nfs4 client to each worker node of a cluster
ssh into each worker node one at a time and attempt to mount nfs share to /tmp, to verify it works
install helm chart, configure nfs as default storageclass
create pvc
Anything else we need to know?:
I'm assuming its something around having enough permissions, but where can I set what I need to set, and what do I need to set it to? Should this not be part of a default installation, or documented?
I can mount the nfs share on the worker nodes if I ssh into them and run a mount command
Environment:
helm chart: 4.11.0
Kubernetes version (use kubectl version): 1.32.4
OS (e.g. from /etc/os-release): centos9
Kernel (e.g. uname -a): Linux k-exposed-w1 5.14.0-570.el9.x86_64 Add nfs csi driver #1 SMP PREEMPT_DYNAMIC Mon Feb 17 19:45:23 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
What happened:
deployed helm chart, created pvc, pvc stuck in Pending status
What you expected to happen:
pvc to be created
How to reproduce it:
Anything else we need to know?:
Environment:
kubectl version): 1.32.4uname -a): Linux k-exposed-w1 5.14.0-570.el9.x86_64 Add nfs csi driver #1 SMP PREEMPT_DYNAMIC Mon Feb 17 19:45:23 UTC 2025 x86_64 x86_64 x86_64 GNU/Linuxvalues.yaml:
Logs: