From bbd2d32322bcffe044184e9ea6b3d89b32bf1af5 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Fri, 26 Aug 2022 11:15:22 +0800 Subject: [PATCH] [zh] Resync eviction glossary This PR also converts the EOL from CRLF to LF. --- .../zh-cn/docs/reference/glossary/eviction.md | 78 ++++++++++--------- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/content/zh-cn/docs/reference/glossary/eviction.md b/content/zh-cn/docs/reference/glossary/eviction.md index 142b9fa6028..91e02a4eb9d 100644 --- a/content/zh-cn/docs/reference/glossary/eviction.md +++ b/content/zh-cn/docs/reference/glossary/eviction.md @@ -1,38 +1,40 @@ ---- -title: 驱逐 -id: eviction -date: 2021-05-08 -full_link: /zh-cn/docs/concepts/scheduling-eviction/ -short_description: > - 终止节点上一个或多个 Pod 的过程。 -aka: -tags: -- operation ---- - - -驱逐即终止节点上一个或多个 Pod 的过程。 - - -驱逐的两种类型 -* [节点压力驱逐](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/) -* [API 发起的驱逐](/docs/reference/generated/kubernetes-api/v1.23/) - +--- +title: 驱逐 +id: eviction +date: 2021-05-08 +full_link: /zh-cn/docs/concepts/scheduling-eviction/ +short_description: > + 终止节点上一个或多个 Pod 的过程。 +aka: +tags: +- operation +--- + + + + +驱逐即终止 Node 上一个或多个 Pod 的过程。 + + + + +驱逐的两种类型: +* [节点压力驱逐](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/) +* [API 发起的驱逐](/zh-cn/docs/concepts/scheduling-eviction/api-eviction/) +