From fb797d6072d8b6cc4d30807d0bb914c16bb5b436 Mon Sep 17 00:00:00 2001 From: liuzhilin12 <84970609+liuzhilin12@users.noreply.github.com> Date: Tue, 23 Nov 2021 08:32:16 +0800 Subject: [PATCH] [zh] Translate Reference/glossary/pod-disruption (#30546) * Translate Reference/glossary/pod-disruption * translate reference/glossary/pod-disruption page * Translate Reference/glossary/pod-disruption * Translate Reference/glossary/pod-disruption * Translate Reference/glossary/pod-disruption --- .../docs/reference/glossary/pod-disruption.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/zh/docs/reference/glossary/pod-disruption.md diff --git a/content/zh/docs/reference/glossary/pod-disruption.md b/content/zh/docs/reference/glossary/pod-disruption.md new file mode 100644 index 0000000000..5ea9d70b10 --- /dev/null +++ b/content/zh/docs/reference/glossary/pod-disruption.md @@ -0,0 +1,50 @@ +--- +id: pod-disruption +title: Pod 干扰 +full_link: /docs/concepts/workloads/pods/disruptions/ +date: 2021-05-12 +short_description: > + 自愿或非自愿地终止节点上的 pod 的过程. + +aka: +related: + - pod + - container +tags: + - operation +--- + + + + + +[pod 干扰](/zh/docs/concepts/workloads/pods/disruptions/) 是指节点上的 pod 被自愿或非自愿终止的过程。 + + + + + +自愿干扰是由应用程序所有者或集群管理员有意启动的。非自愿干扰是无意的,可能由不可避免的问题触发,如节点耗尽资源或意外删除。