BackOff
(Redirected from Back-off restarting failed container)
Jump to navigation
Jump to search
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
kubectl get events your_namespace 30m Warning BackoffLimitExceeded job/your-job27740460 Job has reached the specified backoff limit
Back-off restarting failed container Job has reached the specified backoff limit
Related[edit]
See also[edit]
- Kubernetes events: [ Normal | Warning ],
kubectl get events
:BackOff
,FailedMount, FailedAttachVolume, TaintManagerEviction
,FailedScheduling, kubectl describe events, Unhealthy
,conditions:, UpdatedLoadBalancer
- K8s troubleshooting:
kubectl logs, 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 ]
- Kubernetes monitoring, Kubernetes node conditions, Kube-state-metrics (KSM),
node-problem-detector, Prometheus, VictoriaMetrics, Thanos, log collection, ProbeWarning
, Kubernetes node-problem-detector, Pixie, OpenMetrics
Advertising: