From 8039754872b0e956caa1cd88c3bfe7e3de0dc3ee Mon Sep 17 00:00:00 2001 From: syxunion <86048991+syxunion@users.noreply.github.com> Date: Thu, 11 Nov 2021 18:53:50 +0800 Subject: [PATCH] translate Reference/Glossary/Eviction (#30438) * translate Reference/Glossary/Eviction * modify full_link path --- .../zh/docs/reference/glossary/eviction.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/zh/docs/reference/glossary/eviction.md diff --git a/content/zh/docs/reference/glossary/eviction.md b/content/zh/docs/reference/glossary/eviction.md new file mode 100644 index 0000000000..a77fdcfd05 --- /dev/null +++ b/content/zh/docs/reference/glossary/eviction.md @@ -0,0 +1,38 @@ +--- +title: 驱逐 +id: eviction +date: 2021-05-08 +full_link: /zh/docs/concepts/scheduling-eviction/ +short_description: > + 终止节点上一个或多个 Pod 的过程。 +aka: +tags: +- operation +--- + + +驱逐即终止节点上一个或多个 Pod 的过程。 + + +驱逐的两种类型 +* [节点压力驱逐](/zh/docs/concepts/scheduling-eviction/node-pressure-eviction/) +* [API 发起的驱逐](/zh/docs/concepts/scheduling-eviction/api-eviction/) +