File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
content/zh-cn/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2
2
title : 调度、抢占和驱逐
3
3
weight : 95
4
4
content_type : concept
5
- description : >
6
- 在 Kubernetes 中,调度(scheduling)指的是确保 Pod 匹配到合适的节点,
7
- 以便 kubelet 能够运行它们。抢占(Preemption)指的是终止低优先级的 Pod 以便高优先级的 Pod
8
- 可以调度运行的过程。驱逐(Eviction)是在资源匮乏的节点上,主动让一个或多个 Pod 失效的过程。
9
5
no_list : true
10
6
---
11
7
12
8
<!--
13
9
title: "Scheduling, Preemption and Eviction"
14
10
weight: 95
15
11
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.
22
12
no_list: true
23
13
-->
24
14
You can’t perform that action at this time.
0 commit comments