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/) +