[zh] Update pod-disruption-budget

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2022-03-21 11:11:19 +08:00
parent eda7edee82
commit ded133d876
@@ -35,6 +35,15 @@ tags:
-->
<!--
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.
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.
Involuntary disruptions cannot be prevented by PDBs; however they
do count against the budget.
-->
[Pod Disruption Budget](/zh/docs/concepts/workloads/pods/disruptions/) 使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的 Pod 在任何时候都不会被主动驱逐。 PDB 无法防止非主动的中断,但是会计入预算(budget)。
[Pod 干扰预算(Pod Disruption BudgetPDB](/zh/docs/concepts/workloads/pods/disruptions/)
使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的 Pod 在任何时候都不会被主动驱逐。
<!--more-->
PDB 无法防止非主动的中断,但是会计入预算(budget)。