Skip to content

Commit

Permalink
Merge pull request kubernetes#27947 from shannonxtreme/priority-move
Browse files Browse the repository at this point in the history
Move Priority and Preemption to Scheduling section
  • Loading branch information
k8s-ci-robot authored May 11, 2021
2 parents 434ef0f + 8b0f264 commit e751578
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/en/docs/concepts/scheduling-eviction/_index.md
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.
---

1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
/id/docs/concepts/configuration/scheduling-framework/ /id/docs/concepts/scheduling-eviction/scheduling-framework/ 301
/docs/concepts/configuration/taint-and-toleration/ /docs/concepts/scheduling-eviction/taint-and-toleration/ 301
/id/docs/concepts/configuration/taint-and-toleration/ /id/docs/concepts/scheduling-eviction/taint-and-toleration/ 301
/docs/concepts/configuration/pod-priority-preemption/ /docs/concepts/scheduling-eviction/pod-priority-preemption/ 301
/docs/concepts/extend-kubernetes/extend-cluster/ /docs/concepts/extend-kubernetes/ 301
/docs/concepts/jobs/cron-jobs/ /docs/concepts/workloads/controllers/cron-jobs/ 301
/docs/concepts/jobs/run-to-completion-finite-workloads/ /docs/concepts/workloads/controllers/job/ 301
Expand Down

0 comments on commit e751578

Please sign in to comment.