diff --git a/content/en/docs/reference/glossary/pod-disruption-budget.md b/content/en/docs/reference/glossary/pod-disruption-budget.md index 1665224174..0b7d5d98a1 100644 --- a/content/en/docs/reference/glossary/pod-disruption-budget.md +++ b/content/en/docs/reference/glossary/pod-disruption-budget.md @@ -15,4 +15,12 @@ tags: - operation --- - 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. + + + +PDBs cannot prevent an involuntary disruption, but + will count against the budget.