forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move eviction-policy from tasks to concepts
add what's next to eviction policy
- Loading branch information
Showing
5 changed files
with
74 additions
and
78 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
content/en/docs/concepts/scheduling-eviction/eviction-policy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Eviction Policy | ||
content_template: templates/concept | ||
weight: 60 | ||
--- | ||
|
||
<!-- overview --> | ||
|
||
This page is an overview of Kubernetes' policy for eviction. | ||
|
||
<!-- body --> | ||
|
||
## 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 | ||
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 | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters