[root@k8s-master-01 grafana]# kubectl get po -o wide |grep grafana
grafana-d4d9f9d89-xwkb6 0/1 ContainerCreating 0 15d <none> k8s-storage-03 <none><none>###[root@k8s-master-01 ~]# kubectl describe po grafana-d4d9f9d89-xwkb6...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedMount 12m (x7811 over 15d) kubelet Unable to attach or mount volumes: unmounted volumes=[grafana-storage], unattached volumes=[grafana-storage kube-api-access-kl72r]: timed out waiting for the condition
Warning FailedMount 7m1s (x11084 over 15d) kubelet MountVolume.SetUp failed for volume "pvc-71ba4c03-c279-4409-ab3e-78f0d581adf3":mount failed: exit status 32
Mounting command: mount
Mounting arguments: -t nfs 10.0.2.60:/opt/module/nfs/data/default-grafana-nfs-storage-pvc-pvc-71ba4c03-c279-4409-ab3e-78f0d581adf3 /var/lib/kubelet/pods/5736ebea-bf65-4701-9c5a-6ba053babe38/volumes/kubernetes.io~nfs/pvc-71ba4c03-c279-4409-ab3e-78f0d581adf3
Output: mount: wrong fs type, bad option, bad superblock on 10.0.2.60:/opt/module/nfs/data/default-grafana-nfs-storage-pvc-pvc-71ba4c03-c279-4409-ab3e-78f0d581adf3,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg|tail or so.
Warning FailedMount 83s (x2131 over 15d) kubelet Unable to attach or mount volumes: unmounted volumes=[grafana-storage], unattached volumes=[kube-api-access-kl72r grafana-storage]: timed out waiting for the condition