Difference between revisions of "Killing: Stopping container"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
* {{kubectl get events}} | * {{kubectl get events}} | ||
* {{K8s tr}} | * {{K8s tr}} | ||
− | |||
− | [[Category: | + | [[Category:Kubectl]] |
Revision as of 09:44, 1 May 2024
Kubelet:
Killing: Stopping container XXXXX
kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"
Errors
Related
- 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
See also
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: