Fix to reveal more info when plus is clicked

This commit is contained in:
wiggitywhitney 2021-11-11 12:08:40 -06:00
parent ed72287310
commit 89b1ee4032
1 changed files with 9 additions and 1 deletions

View File

@ -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.