Difference between revisions of "Node-pressure eviction"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/ | * https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/ | ||
+ | Node-pressure eviction is the process by which the [[kubelet]] proactively terminates pods to reclaim resources on nodes. | ||
+ | |||
+ | |||
== Related == | == Related == |
Revision as of 14:43, 2 January 2023
Node-pressure eviction is the process by which the kubelet proactively terminates pods to reclaim resources on nodes.
Related
imagefs
BestEffort, Burstable, Guaranteed
- EvictionThresholdMet
- OOMKiller
- FreeDiskSpaceFailed
- QosClass
- Eviction
See also
- Kubernetes nodes,
node.kubernetes.io
K8s Node controller (node-controller),MemoryPressure, DiskPressure, NodeHasDiskPressure, events, NodeNotReady
, Node-pressure Eviction, RemovingNode, ProviderID,kubectl node-shell, kubectl describe nodes
kubelet
, Pod Lifecycle Event Generator (PLEG), Kubelet conditions,/etc/kubernetes/kubelet.conf, /var/log/kubelet.log
, Kubelet Container Runtime Interface (CRI),crictl
,context deadline exceeded
, E1122, E1124, Starting kubelet, NodeHasDiskPressure, NodeHasInsufficientMemory, rebooted, Node-pressure Eviction, Kubelet logs,manager: kubelet
- 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: