Skip to content

Commit 8039754

Browse files
authored
translate Reference/Glossary/Eviction (#30438)
* translate Reference/Glossary/Eviction * modify full_link path
1 parent 3f0994b commit 8039754

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+

0 commit comments

Comments
 (0)