File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Scheduling and Eviction"
2
+ title : " Scheduling, Preemption and Eviction"
3
3
weight : 90
4
4
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.
7
10
---
8
11
File renamed without changes.
Original file line number Diff line number Diff line change 111
111
/id/docs/concepts/configuration/scheduling-framework/ /id/docs/concepts/scheduling-eviction/scheduling-framework/ 301
112
112
/docs/concepts/configuration/taint-and-toleration/ /docs/concepts/scheduling-eviction/taint-and-toleration/ 301
113
113
/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
114
115
/docs/concepts/extend-kubernetes/extend-cluster/ /docs/concepts/extend-kubernetes/ 301
115
116
/docs/concepts/jobs/cron-jobs/ /docs/concepts/workloads/controllers/cron-jobs/ 301
116
117
/docs/concepts/jobs/run-to-completion-finite-workloads/ /docs/concepts/workloads/controllers/job/ 301
You can’t perform that action at this time.
0 commit comments