Skip to content

Commit e40c54b

Browse files
committed
[zh-cn] sync docs/concepts/scheduling-eviction/_index.md
1 parent 282f3b0 commit e40c54b

File tree

1 file changed

+0
-10
lines changed
  • content/zh-cn/docs/concepts/scheduling-eviction

1 file changed

+0
-10
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/_index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@
22
title: 调度、抢占和驱逐
33
weight: 95
44
content_type: concept
5-
description: >
6-
在 Kubernetes 中,调度(scheduling)指的是确保 Pod 匹配到合适的节点,
7-
以便 kubelet 能够运行它们。抢占(Preemption)指的是终止低优先级的 Pod 以便高优先级的 Pod
8-
可以调度运行的过程。驱逐(Eviction)是在资源匮乏的节点上,主动让一个或多个 Pod 失效的过程。
95
no_list: true
106
---
117

128
<!--
139
title: "Scheduling, Preemption and Eviction"
1410
weight: 95
1511
content_type: concept
16-
description: >
17-
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
18-
so that the kubelet can run them. Preemption is the process of terminating
19-
Pods with lower Priority so that Pods with higher Priority can schedule on
20-
Nodes. Eviction is the process of proactively terminating one or more Pods on
21-
resource-starved Nodes.
2212
no_list: true
2313
-->
2414

0 commit comments

Comments
 (0)