Difference between revisions of "Back-off restarting failed container (BackOff)"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
your_namespace 30m Warning [[BackoffLimitExceeded]] [[job/]]your-job27740460 Job has reached the specified [[backoff]] limit | your_namespace 30m Warning [[BackoffLimitExceeded]] [[job/]]your-job27740460 Job has reached the specified [[backoff]] limit | ||
+ | |||
+ | [[kubectl get events]] | grep BackOff | ||
== Related == | == Related == | ||
* <code>[[ImagePullBackOff]]</code> | * <code>[[ImagePullBackOff]]</code> | ||
+ | * <code>[[kubectl describe pods]]</code> | ||
* <code>[[Back-off restarting failed container]]</code> | * <code>[[Back-off restarting failed container]]</code> | ||
* <code>[[Job has reached the specified backoff limit]]</code> | * <code>[[Job has reached the specified backoff limit]]</code> | ||
Line 20: | Line 23: | ||
== See also == | == See also == | ||
+ | * {{BackOff}} | ||
* {{kubectl events}} | * {{kubectl events}} | ||
* {{K8s troubleshooting}} | * {{K8s troubleshooting}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Latest revision as of 06:26, 18 July 2024
kubectl get events -A your_namespace 30m Warning BackOff 1s (x9 over 95s) kubelet Back-off restarting failed container
kubectl describe pod your-pod Warning BackOff 3m20s (x34 over 8m21s) kubelet Back-off restarting failed container
3m7s Warning BackOff pod/ubuntu Back-off restarting failed container ubuntu in pod ubuntu_default(798217e6-2f92-41bf-8f77-e88490b07ba2)
kubectl get events your_namespace 30m Warning BackoffLimitExceeded job/your-job27740460 Job has reached the specified backoff limit
kubectl get events | grep BackOff
Related[edit]
ImagePullBackOff
kubectl describe pods
Back-off restarting failed container
Job has reached the specified backoff limit
- ProbeWarning
- Reason
See also[edit]
- BackOff: Back-off restarting failed container
- Kubernetes events, Kubernetes node events:
[ Normal | Warning ]
,kubectl events, kubectl get events
:BackOff
,FailedMount, FailedAttachVolume, TaintManagerEviction, InvalidDiskCapacity
,FailedScheduling, kubectl describe events, Unhealthy
,conditions:, UpdatedLoadBalancer, BackoffLimitExceeded
- 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: