Difference between revisions of "Init:ImagePullBackOff"
Jump to navigation
Jump to search
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Init:]]ImagePullBackOff | |
+ | ImagePullBackOff | ||
your-namespace elasticsearch-0 0/1 Init:ImagePullBackOff 0 2d5h | your-namespace elasticsearch-0 0/1 Init:ImagePullBackOff 0 2d5h | ||
your-namespace elasticsearch-1 0/1 Init:ImagePullBackOff 0 2d5h | your-namespace elasticsearch-1 0/1 Init:ImagePullBackOff 0 2d5h | ||
− | Solution: review output from <code>[[kubectl describe pod]] mypodname</code> | + | :Solution: review output from <code>[[kubectl describe pod]] mypodname</code> |
== Related == | == Related == | ||
* <code>[[CrashLoopBackOff]]</code> | * <code>[[CrashLoopBackOff]]</code> | ||
− | |||
* <code>[[kubectl get nodes]]</code> | * <code>[[kubectl get nodes]]</code> | ||
* [[PodInitializing]] | * [[PodInitializing]] | ||
* <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> | ||
+ | * <code>[[ImagePullBackOff]]</code> | ||
+ | * <code>[[errImagePull]]</code> | ||
+ | * <code>[[pod_workers.go]]</code> | ||
+ | * [[Registry]] | ||
== See also == | == See also == | ||
+ | * {{Kubectl init containers}} | ||
* {{kubectl pods}} | * {{kubectl pods}} | ||
+ | * {{K8s tr}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 12:07, 7 December 2023
Init:ImagePullBackOff ImagePullBackOff
your-namespace elasticsearch-0 0/1 Init:ImagePullBackOff 0 2d5h your-namespace elasticsearch-1 0/1 Init:ImagePullBackOff 0 2d5h
- Solution: review output from
kubectl describe pod mypodname
Related[edit]
CrashLoopBackOff
kubectl get nodes
- PodInitializing
Warning BackOff 1s (x9 over 95s) kubelet Back-off restarting failed container
ImagePullBackOff
errImagePull
pod_workers.go
- Registry
See also[edit]
- Kubernetes init containers:
kubectl get pods, Init: (Init:ErrImagePull, Init:CrashLoopBackOff, Init:ImagePullBackOff), initContainers:
kubectl get pods, kubectl describe pods, Init: (Init:ErrImagePull, Init:CrashLoopBackOff, Init:ImagePullBackOff)
- 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: