Difference between revisions of "CrashLoopBackOff"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* <code>[[Init:CrashLoopBackOff]]</code> | * <code>[[Init:CrashLoopBackOff]]</code> | ||
+ | |||
+ | [[back-off 20s restarting failed container]] | ||
== Related == | == Related == | ||
Line 7: | Line 9: | ||
* <code>[[kubectl get pods -A]] | grep CrashLoopBackOff</code> | * <code>[[kubectl get pods -A]] | grep CrashLoopBackOff</code> | ||
* <code>[[kubectl describe pods]]</code> | * <code>[[kubectl describe pods]]</code> | ||
− | * [[ebs-csi-controller]] | + | * <code>[[ebs-csi-controller]]</code> |
− | * [[kubectl get pods]] | + | * <code>[[kubectl get pods]]</code> |
+ | * <code>[[pod_workers.go]]</code> | ||
+ | * [[K8s probes]] | ||
+ | * [[Kubernetes restartPolicy]] | ||
== See also == | == See also == | ||
* {{Kubectl init containers}} | * {{Kubectl init containers}} | ||
+ | * {{CrashLoopBackOff}} | ||
* {{K8s troubleshooting}} | * {{K8s troubleshooting}} | ||
* {{Pods}} | * {{Pods}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 06:20, 18 July 2024
CrashLoopBackOff
Init:CrashLoopBackOff
back-off 20s restarting failed container
Related[edit]
- OOM
kubectl get pods -A | grep CrashLoopBackOff
kubectl describe pods
ebs-csi-controller
kubectl get pods
pod_workers.go
- K8s probes
- Kubernetes restartPolicy
See also[edit]
- Kubernetes init containers:
kubectl get pods, Init: (Init:ErrImagePull, Init:CrashLoopBackOff, Init:ImagePullBackOff), initContainers:
- CrashLoopBackOff
- 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
- Pods:
kubectl apply
,kubectl [ pod get | top | delete | describe pods ]
,InitContainers, PodInitializing, CrashLoopBackOff, ImagePullPolicy:, NodeAffinity, NodeSelector, Terminated
Advertising: