From 89b1ee4032c3cee0ec252cf99ecc0ce6e25f9107 Mon Sep 17 00:00:00 2001 From: wiggitywhitney Date: Thu, 11 Nov 2021 12:08:40 -0600 Subject: [PATCH] Fix to reveal more info when plus is clicked --- .../docs/reference/glossary/pod-disruption-budget.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.