File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +38
-0
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/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/concepts/scheduling-eviction/api-eviction/)
34
+ -->
35
+ 驱逐的两种类型
36
+ * [ 节点压力驱逐] ( /zh/docs/concepts/scheduling-eviction/node-pressure-eviction/ )
37
+ * [ API 发起的驱逐] ( /zh/docs/concepts/scheduling-eviction/api-eviction/ )
38
+
You can’t perform that action at this time.
0 commit comments