Relative Content

Tag Archive for kubernetesnfskubernetes-pvc

NFS shares are mounting in the Pod even though they are not present locally int he worker node

We have recently added a worker node to our production Kubernetes cluster. One of the pods in a namespace requires NFS mounts to be available. We have defined a Persistent Volume (PV) with the information of the mounts, and a Persistent Volume Claim (PVC) was created and bound. On all the worker nodes, the NFS was mounted locally, but on the new worker node, it was not mounted. Still, the pod that requires this mount is working as expected on the new node. When we execute into the pod, we see that the NFS share is mounted inside the pod, even though it is not available locally on the worker node.