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
If a node goes down unexpectedly, Kubernetes does not immediately clean up or forcefully unmount the NFS volume.
The PV remains "attached" to the failed node until Kubernetes detects the failure.
One Approach that is common check persistentVolumeReclaimPolicy in pv.yaml and check it should be Retain i think this may fix it. As this approach is actively taken and work for majority of the people.
Hello,
When node goes down, pod is deployed on another node, but NFS mount stays "attached" to the failed node. Is it expected to happen?
Thanks.
The text was updated successfully, but these errors were encountered: