Skip to content

Commit 79e2a98

Browse files
authored
Merge pull request #30444 from wiggitywhitney/pdb-glossary
Fix to reveal more info when '[+]' is clicked
2 parents 2057306 + 89b1ee4 commit 79e2a98

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ tags:
1515
- operation
1616
---
1717

18-
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.
18+
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an
19+
application owner to create an object for a replicated application, that ensures
20+
a certain number or percentage of Pods with an assigned label will not be voluntarily
21+
evicted at any point in time.
22+
23+
<!--more-->
24+
25+
PDBs cannot prevent an involuntary disruption, but
26+
will count against the budget.

0 commit comments

Comments
 (0)