How to check nfs file system is mounted or not in kubernetes
To check whether the NFS share used by the nfs-subdir-external-provisioner
is mounted and in use by your Kubernetes cluster, you can follow these steps:
Step-by-Step Check
1. Get the Pod Name of the NFS Provisioner
No comments