Difference between revisions of "Killing: Stopping container"
Jump to navigation
Jump to search
(31 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
− | + | [[Kubelet]]: | |
+ | <code>[[Killing: Stopping container]] XXXXX</code> | ||
+ | <pre> | ||
+ | <nowiki>kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"</nowiki> | ||
+ | </pre> | ||
+ | == Errors == | ||
+ | * <code>[[Container XXXX failed liveness probe, will be restarted]]</code> | ||
− | {{kubectl get events}} | + | == Related == |
+ | * [[Nominate]] | ||
+ | * <code>[[Evict]]</code> | ||
+ | * <code>[[OOMKilled]]</code> | ||
+ | * <code>[[FailedScheduling]]</code> | ||
+ | * <code>[[containerd]] Task XXXXXXXX [[deleted with exit code 137]]</code> | ||
+ | * [[Node-pressure Eviction]] | ||
+ | * [[Kubelet logs]]: <code>[[Started: Started container]]</code> | ||
+ | * <code>[[kubectl get events -A]]</code> | ||
+ | * <code>[[Unhealthy]]</code> | ||
+ | * <code>[[livenessProbe]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{kubectl get events}} | ||
+ | * {{K8s tr}} | ||
+ | |||
+ | [[Category:Kubectl]] |
Latest revision as of 09:45, 1 May 2024
Kubelet:
Killing: Stopping container XXXXX
kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"
Errors[edit]
Related[edit]
- Nominate
Evict
OOMKilled
FailedScheduling
containerd Task XXXXXXXX deleted with exit code 137
- Node-pressure Eviction
- Kubelet logs:
Started: Started container
kubectl get events -A
Unhealthy
livenessProbe
See also[edit]
kubectl get events, OOMKilling, FailedKillPod, SuccessfulDelete, SuccessfulCreate, NoPods, Warning, Critical, NodeSysctlChange, FailedAttachVolume, FailedMount, UnAvailableLoadBalancer, FailedCreatePodSandBox, InvalidDiskCapacity, Scheduled, NetworkNotReady, Evict, Killing, SuccessfulReconcilied, FailedToUpdateEndpointSlices, BackendNotFound, FailedScheduling, ProvisioningFailed
- 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: