Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request kubernetes#24237 from kbhawkey/kb-fixup-eviction-c…
Browse files Browse the repository at this point in the history
…ontent-type

fix eviction policy content type
  • Loading branch information
k8s-ci-robot authored Sep 30, 2020
2 parents ee59d7f + 3fc4a3e commit 3c15be9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions content/en/docs/concepts/scheduling-eviction/eviction-policy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Eviction Policy
content_template: templates/concept
content_type: concept
weight: 60
---

Expand All @@ -12,12 +12,13 @@ This page is an overview of Kubernetes' policy for eviction.

## Eviction Policy

The {{< glossary_tooltip text="Kubelet" term_id="kubelet" >}} can proactively monitor for and prevent total starvation of a
compute resource. In those cases, the `kubelet` can reclaim the starved
resource by proactively failing one or more Pods. When the `kubelet` fails
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} proactively monitors for
and prevents total starvation of a compute resource. In those cases, the `kubelet` can reclaim
the starved resource by failing one or more Pods. When the `kubelet` fails
a Pod, it terminates all of its containers and transitions its `PodPhase` to `Failed`.
If the evicted Pod is managed by a Deployment, the Deployment will create another Pod
If the evicted Pod is managed by a Deployment, the Deployment creates another Pod
to be scheduled by Kubernetes.

## {{% heading "whatsnext" %}}
- Read [Configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) to learn more about eviction signals, thresholds, and handling.

- Learn how to [configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) with eviction signals and thresholds.

0 comments on commit 3c15be9

Please sign in to comment.