Difference between revisions of "BackOff"

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  
 +
[[kubectl get events -A]]
 +
your_namespace        30m  Warning  [[BackOff]]                1s (x9 over 95s)  [[kubelet]]                  [[Back-off restarting failed container]]
  
  [[kubectl get events -A]]
+
  [[kubectl describe pod]] your-pod
  <code>Warning  [[BackOff]]                 1s (x9 over 95s)   kubelet                  [[Back-off restarting failed container]]</code>
+
  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
  
[[ImagePullBackOff]]
 
  
 +
== Related ==
 +
* <code>[[ImagePullBackOff]]</code>
 +
* <code>[[Back-off restarting failed container]]</code>
 +
* <code>[[Job has reached the specified backoff limit]]</code>
 +
* [[ProbeWarning]]
 +
* [[Reason]]
  
 
== See also ==
 
== See also ==
 +
* {{kubectl events}}
 
* {{K8s troubleshooting}}
 
* {{K8s troubleshooting}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 10:48, 17 November 2023

Advertising: