Skip to content

Commit 6221ad5

Browse files
authored
Merge pull request #32387 from my-git9/pod-disruption-budget
[zh] Update pod-disruption-budget
2 parents 86771ed + ded133d commit 6221ad5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

content/zh/docs/reference/glossary/pod-disruption-budget.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ tags:
3535
-->
3636

3737
<!--
38-
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an application owner to create an object for a replicated application, that ensures a certain number or percentage of Pods with an assigned label will not be voluntarily evicted at any point in time. PDBs cannot prevent an involuntary disruption, but will count against the budget.
38+
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an
39+
application owner to create an object for a replicated application, that ensures
40+
a certain number or percentage of Pods with an assigned label will not be voluntarily
41+
evicted at any point in time.
42+
43+
Involuntary disruptions cannot be prevented by PDBs; however they
44+
do count against the budget.
3945
-->
40-
[Pod Disruption Budget](/zh/docs/concepts/workloads/pods/disruptions/) 使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的 Pod 在任何时候都不会被主动驱逐。 PDB 无法防止非主动的中断,但是会计入预算(budget)。
46+
[Pod 干扰预算(Pod Disruption Budget,PDB)](/zh/docs/concepts/workloads/pods/disruptions/)
47+
使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的 Pod 在任何时候都不会被主动驱逐。
48+
<!--more-->
49+
PDB 无法防止非主动的中断,但是会计入预算(budget)。

0 commit comments

Comments
 (0)