You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,12 +12,13 @@ This page is an overview of Kubernetes' policy for eviction.
12
12
13
13
## Eviction Policy
14
14
15
-
The {{< glossary_tooltip text="Kubelet" term_id="kubelet" >}} can proactively monitor for and prevent total starvation of a
16
-
compute resource. In those cases, the `kubelet` can reclaim the starved
17
-
resource by proactively failing one or more Pods. When the `kubelet` fails
15
+
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} proactively monitors for
16
+
and prevents total starvation of a compute resource. In those cases, the `kubelet` can reclaim
17
+
the starved resource by failing one or more Pods. When the `kubelet` fails
18
18
a Pod, it terminates all of its containers and transitions its `PodPhase` to `Failed`.
19
-
If the evicted Pod is managed by a Deployment, the Deployment will create another Pod
19
+
If the evicted Pod is managed by a Deployment, the Deployment creates another Pod
20
20
to be scheduled by Kubernetes.
21
21
22
22
## {{% heading "whatsnext" %}}
23
-
- Read [Configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) to learn more about eviction signals, thresholds, and handling.
23
+
24
+
- Learn how to [configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) with eviction signals and thresholds.
0 commit comments