Remove duplicate description paragraph
This commit is contained in:
parent
c01e3823d4
commit
b9a0eb6110
|
|
@ -2,12 +2,6 @@
|
|||
title: "Scheduling, Preemption and Eviction"
|
||||
weight: 95
|
||||
content_type: concept
|
||||
description: >
|
||||
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.
|
||||
no_list: true
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue