[zh] Resync eviction glossary
This PR also converts the EOL from CRLF to LF.
This commit is contained in:
parent
d352fc355c
commit
bbd2d32322
|
|
@ -9,8 +9,8 @@ aka:
|
||||||
tags:
|
tags:
|
||||||
- operation
|
- operation
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
title: Eviction
|
title: Eviction
|
||||||
id: eviction
|
id: eviction
|
||||||
date: 2021-05-08
|
date: 2021-05-08
|
||||||
|
|
@ -20,19 +20,21 @@ short_description: >
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
- operation
|
- operation
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Eviction is the process of terminating one or more Pods on Nodes.
|
Eviction is the process of terminating one or more Pods on Nodes.
|
||||||
-->
|
-->
|
||||||
驱逐即终止节点上一个或多个 Pod 的过程。
|
驱逐即终止 Node 上一个或多个 Pod 的过程。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
There are two kinds of eviction:
|
There are two kinds of eviction:
|
||||||
* [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
|
* [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
|
||||||
* [API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/)
|
* [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/)
|
||||||
-->
|
-->
|
||||||
驱逐的两种类型
|
驱逐的两种类型:
|
||||||
* [节点压力驱逐](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
|
* [节点压力驱逐](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
|
||||||
* [API 发起的驱逐](/docs/reference/generated/kubernetes-api/v1.23/)
|
* [API 发起的驱逐](/zh-cn/docs/concepts/scheduling-eviction/api-eviction/)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue