forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#27947 from shannonxtreme/priority-move
Move Priority and Preemption to Scheduling section
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
--- | ||
title: "Scheduling and Eviction" | ||
title: "Scheduling, Preemption and Eviction" | ||
weight: 90 | ||
description: > | ||
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them. | ||
Eviction is the process of proactively failing one or more Pods on resource-starved Nodes. | ||
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes | ||
so that the kubelet can run them. Preemption is the process of terminating | ||
Pods with lower Priority so that Pods with higher Priority can schedule on | ||
Nodes. Eviction is the process of proactively terminating one or more Pods on | ||
resource-starved Nodes. | ||
--- | ||
|
File renamed without changes.
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