fix word err in Disruption (#10884)
parent
15518689c7
commit
d01b76d080
|
@ -93,7 +93,7 @@ time as frequent voluntary disruptions. We call this set of features
|
||||||
## How Disruption Budgets Work
|
## How Disruption Budgets Work
|
||||||
|
|
||||||
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
|
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
|
||||||
A PDB limits the number pods of a replicated application that are down simultaneously from
|
A PDB limits the number of pods of a replicated application that are down simultaneously from
|
||||||
voluntary disruptions. For example, a quorum-based application would
|
voluntary disruptions. For example, a quorum-based application would
|
||||||
like to ensure that the number of replicas running is never brought below the
|
like to ensure that the number of replicas running is never brought below the
|
||||||
number needed for a quorum. A web front end might want to
|
number needed for a quorum. A web front end might want to
|
||||||
|
|
Loading…
Reference in New Issue