Kubernetes Unable to mount volumes for pod with timeout Kubernetes Unable to mount volumes for pod with timeout kubernetes kubernetes

Kubernetes Unable to mount volumes for pod with timeout


I tested version 1.3.4 and 1.3.5 of Kubernetes and NFS mount didn't work for me. Later I switched to the 1.2.5 and that version gave me some more detailed info ( kubectl describe pod ...). It turned out that 'nfs-common' is missing in the hyperkube image. After I added nfs-common to all container instances based on hyperkube image on master and worker nodes the NFS share started to work normally (mount was successful). So that's the case here. I tested it in practice and it solved my problem.