Difference between revisions of "FailedMount"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[kubectl get events]] | grep FailedMount
 +
15m        Warning  FailedMount        pod/your-pod          MountVolume.SetUp failed for volume "your-volume" : secret "[[your-secret]]" [[secret not found|not found]]
 +
 +
 +
 
  [[kubectl describe pod]] your-pod-name
 
  [[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  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  78s (x9 over 3m26s)  kubelet            MountVolume.SetUp failed for volume "[[your-volume]]" : secret "your-secret" [[secret not found|not found]]
 
[[kubectl get events]] | grep FailedMount
 
15m        Warning  FailedMount        pod/your-pod          MountVolume.SetUp failed for volume "your-volume" : secret "[[your-secret]]" [[secret not found|not found]]
 
 
  
  

Revision as of 15:38, 9 August 2022

kubectl get events | grep FailedMount
15m         Warning   FailedMount        pod/your-pod          MountVolume.SetUp failed for volume "your-volume" : secret "your-secret" not found


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


Related

kubectl describe pod your-pod-name
kubectl get events | grep FailedMount

See also

Advertising: