From 34b3331cea704c1a9e54ddd9d0e8b8d2e6bca645 Mon Sep 17 00:00:00 2001 From: wangcong Date: Sat, 26 Oct 2019 15:57:24 +0800 Subject: [PATCH] zh trans pod-disruption-budget.md (#16780) * zh trans pod-disruption-budget.md * Update pod-disruption-budget.md * Update pod-disruption-budget.md * Update pod-disruption-budget.md --- .../glossary/pod-disruption-budget.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/zh/docs/reference/glossary/pod-disruption-budget.md diff --git a/content/zh/docs/reference/glossary/pod-disruption-budget.md b/content/zh/docs/reference/glossary/pod-disruption-budget.md new file mode 100644 index 0000000000..a537569b55 --- /dev/null +++ b/content/zh/docs/reference/glossary/pod-disruption-budget.md @@ -0,0 +1,20 @@ +--- +id: pod-disruption-budget +title: Pod Disruption Budget +full-link: /docs/concepts/workloads/pods/disruptions/ +date: 2019-02-12 +short_description: > + 一个对象,用于限制备份应用程序的 {{< glossary_tooltip text="Pods" term_id="pod" >}} 数量,该数量同时因自愿中断而减少。 +aka: + - PDB +related: + - pod + - container +tags: + - operation +--- + + +[ Pod 中断预算](/docs/concepts/workloads/pods/disruptions/)允许应用程序所有者为复制的应用程序创建一个对象,以确保具有指定标签的一定数量或百分比的 Pod 不会在某些时间点被自愿驱逐。 PDBs 不能防止非自愿中断,但会计入预算。