File tree Expand file tree Collapse file tree 1 file changed +40
-38
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +40
-38
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : 驱逐
3
- id : eviction
4
- date : 2021-05-08
5
- full_link : /zh-cn/docs/concepts/scheduling-eviction/
6
- short_description : >
7
- 终止节点上一个或多个 Pod 的过程。
8
- aka :
9
- tags :
10
- - operation
11
- ---
12
- <!--
13
- ---
14
- title: Eviction
15
- id: eviction
16
- date: 2021-05-08
17
- full_link: /docs/concepts/scheduling-eviction/
18
- short_description: >
19
- Process of terminating one or more Pods on Nodes
20
- aka:
21
- tags:
22
- - operation
23
- ---
24
- -->
25
- <!--
26
- Eviction is the process of terminating one or more Pods on Nodes.
27
- -->
28
- 驱逐即终止节点上一个或多个 Pod 的过程。
29
- <!-- more-->
30
- <!--
31
- There are two kinds of eviction:
32
- * [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
33
- * [API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/)
34
- -->
35
- 驱逐的两种类型
36
- * [ 节点压力驱逐] ( /zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/ )
37
- * [ API 发起的驱逐] ( /docs/reference/generated/kubernetes-api/v1.23/ )
38
-
1
+ ---
2
+ title : 驱逐
3
+ id : eviction
4
+ date : 2021-05-08
5
+ full_link : /zh-cn/docs/concepts/scheduling-eviction/
6
+ short_description : >
7
+ 终止节点上一个或多个 Pod 的过程。
8
+ aka :
9
+ tags :
10
+ - operation
11
+ ---
12
+
13
+ <!--
14
+ title: Eviction
15
+ id: eviction
16
+ date: 2021-05-08
17
+ full_link: /docs/concepts/scheduling-eviction/
18
+ short_description: >
19
+ Process of terminating one or more Pods on Nodes
20
+ aka:
21
+ tags:
22
+ - operation
23
+ -->
24
+
25
+ <!--
26
+ Eviction is the process of terminating one or more Pods on Nodes.
27
+ -->
28
+ 驱逐即终止 Node 上一个或多个 Pod 的过程。
29
+
30
+ <!-- more-->
31
+
32
+ <!--
33
+ There are two kinds of eviction:
34
+ * [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
35
+ * [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/)
36
+ -->
37
+ 驱逐的两种类型:
38
+ * [ 节点压力驱逐] ( /zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/ )
39
+ * [ API 发起的驱逐] ( /zh-cn/docs/concepts/scheduling-eviction/api-eviction/ )
40
+
You can’t perform that action at this time.
0 commit comments