Difference between revisions of "FailedMount"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Warning FailedMount 83s kubelet Unable to attach or mount volumes: unmounted volumes=[prod-admin-tls], unattached volumes=[your-vol1 your-vol2...")
 
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  Warning FailedMount  83s                  kubelet            Unable to attach or mount volumes: unmounted volumes=[prod-admin-tls], unattached volumes=[your-vol1 your-vol2 your-vol3]: timed out waiting for the condition
+
  [[kubectl get events]] | grep FailedMount
   Warning  FailedMount 78s (x9 over 3m26s)  kubelet            MountVolume.SetUp failed for volume "your-vol" : secret "your-secret" not found
+
15m        Warning   FailedMount       pod/your-pod          MountVolume.SetUp failed for volume "your-volume" : secret "[[your-secret]]" [[secret not found|not found]]
  
 +
[[Unable to attach or mount volumes]]: [[unmounted volumes]]=[data], [[unattached volumes]]=[kube-api-access-gnnkg yourvol2 yourvol3 yourvol4]: [[timed out waiting for the condition]]
 +
 +
Unable to attach or mount volumes: unmounted volumes=[my-new-volume], unattached volumes=[kube-api-access-fkchf elasticsearch-master my-new-volume]: [[timed out waiting for the condition]]
 +
 +
 +
[[kubectl describe pod]] your-pod-name
 +
  Warning  FailedMount  83s                  kubelet            Unable to attach or mount volumes: unmounted volumes=[prod-admin-your-vol], [[unattached volumes]]=[your-vol1 your-vol2 your-vol3]: timed out waiting for the condition
 +
 +
Warning  FailedMount  78s (x9 over 3m26s)  kubelet            [[MountVolume]].SetUp failed for volume "[[your-volume]]" : secret "your-secret" [[secret not found|not found]]
 +
Warning  FailedMount              pod/[[kube-dns]]-85df8994db-v8qdg                          [[MountVolume.SetUp]] failed for volume "[[kube-dns-config]]" : failed to sync [[configmap cache]]: [[timed out waiting for the condition]]
 +
 +
{{timeout waiting for the condition}}
 +
 +
[[kube-system]]    9m44s      Warning  FailedMount              pod/[[kube-dns]]-85df8994db-v8qdg                          MountVolume.SetUp failed for volume "kube-dns-config" : failed to sync [[configmap cache]]: [[timed out waiting for the condition]]
 +
 +
== Related ==
 +
* <code>[[kubectl describe pod]] your-pod-name</code>
 +
* <code>[[kubectl get events]] | grep FailedMount</code>
 +
* <code>[[FailedAttachVolume]]</code>
 +
* [[kubectl describe pvc]]
 +
* [[FailedScheduling]]
 +
* [[InvalidDiskCapacity]]
  
 
== See also ==
 
== See also ==
* {{Kubernetes storage}}
+
* {{FailedMount}}
 +
* {{kubectl events}}
 +
* {{PVC}}
 +
* {{K8s tr}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 17:27, 10 April 2024

kubectl get events | grep FailedMount
15m         Warning   FailedMount        pod/your-pod          MountVolume.SetUp failed for volume "your-volume" : secret "your-secret" not found
Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[kube-api-access-gnnkg yourvol2 yourvol3 yourvol4]: timed out waiting for the condition
Unable to attach or mount volumes: unmounted volumes=[my-new-volume], unattached volumes=[kube-api-access-fkchf elasticsearch-master my-new-volume]: timed out waiting for the condition


kubectl describe pod your-pod-name
 Warning  FailedMount  83s                  kubelet            Unable to attach or mount volumes: unmounted volumes=[prod-admin-your-vol], unattached volumes=[your-vol1 your-vol2 your-vol3]: timed out waiting for the condition

Warning  FailedMount  78s (x9 over 3m26s)  kubelet            MountVolume.SetUp failed for volume "your-volume" : secret "your-secret" not found
Warning   FailedMount               pod/kube-dns-85df8994db-v8qdg                           MountVolume.SetUp failed for volume "kube-dns-config" : failed to sync configmap cache: timed out waiting for the condition
MountVolume.SetUp failed for volume "kube-api-access-87q5s" : failed to sync configmap cache: timed out waiting for the condition
MountVolume.SetUp failed for volume "init-runner-secrets" : failed to sync secret cache: timed out waiting for the condition
MountVolume.SetUp failed for volume "scripts" : failed to sync configmap cache: timed out waiting for the condition
kube-system     9m44s       Warning   FailedMount               pod/kube-dns-85df8994db-v8qdg                           MountVolume.SetUp failed for volume "kube-dns-config" : failed to sync configmap cache: timed out waiting for the condition

Related[edit]

See also[edit]

Advertising: