Skip to content

Commit 8b0f264

Browse files
committed
Move Priority and Preemption to Scheduling section
1 parent 434ef0f commit 8b0f264

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2-
title: "Scheduling and Eviction"
2+
title: "Scheduling, Preemption and Eviction"
33
weight: 90
44
description: >
5-
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them.
6-
Eviction is the process of proactively failing one or more Pods on resource-starved Nodes.
5+
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
6+
so that the kubelet can run them. Preemption is the process of terminating
7+
Pods with lower Priority so that Pods with higher Priority can schedule on
8+
Nodes. Eviction is the process of proactively terminating one or more Pods on
9+
resource-starved Nodes.
710
---
811

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
/id/docs/concepts/configuration/scheduling-framework/ /id/docs/concepts/scheduling-eviction/scheduling-framework/ 301
112112
/docs/concepts/configuration/taint-and-toleration/ /docs/concepts/scheduling-eviction/taint-and-toleration/ 301
113113
/id/docs/concepts/configuration/taint-and-toleration/ /id/docs/concepts/scheduling-eviction/taint-and-toleration/ 301
114+
/docs/concepts/configuration/pod-priority-preemption/ /docs/concepts/scheduling-eviction/pod-priority-preemption/ 301
114115
/docs/concepts/extend-kubernetes/extend-cluster/ /docs/concepts/extend-kubernetes/ 301
115116
/docs/concepts/jobs/cron-jobs/ /docs/concepts/workloads/controllers/cron-jobs/ 301
116117
/docs/concepts/jobs/run-to-completion-finite-workloads/ /docs/concepts/workloads/controllers/job/ 301

0 commit comments

Comments
 (0)