Difference between revisions of "Back-off restarting failed container (BackOff)"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[kubectl get events -A]] | [[kubectl get events -A]] | ||
<code>Warning [[BackOff]] 1s (x9 over 95s) kubelet [[Back-off restarting failed container]]</code> | <code>Warning [[BackOff]] 1s (x9 over 95s) kubelet [[Back-off restarting failed container]]</code> | ||
+ | |||
+ | [[kubectl describe pod]] your-pod | ||
Revision as of 17:07, 18 July 2022
kubectl get events -A
Warning BackOff 1s (x9 over 95s) kubelet Back-off restarting failed container
kubectl describe pod your-pod
ImagePullBackOff
See also
- K8s troubleshooting:
kubectl logs, kubectl top, kubectl get events -A, kubectl describe pod
, Liveness, Readiness,Kubernetes events
, Pulling image, OOMKilled, ProbeWarning, Reason,FailedScheduling
,errImagePull, ImagePullBackOff
, Kubelet conditions:MemoryPressure, DiskPressure, KubeletHasSufficientPID, KubeletReady, kubectl [ debug | attach | exec ] kubectl cluster-info dump, SimKube, KWOK
Advertising: