Merge pull request #30444 from wiggitywhitney/pdb-glossary

Fix to reveal more info when '[+]' is clicked
This commit is contained in:
Kubernetes Prow Robot
2021-11-12 16:20:47 -08:00
committed by GitHub
@@ -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.
<!--more-->
PDBs cannot prevent an involuntary disruption, but
will count against the budget.