Remove duplicate description paragraph

This commit is contained in:
steve-hardman 2024-09-30 00:20:37 +01:00 committed by GitHub
parent c01e3823d4
commit b9a0eb6110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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
---