fix word err in Disruption (#10884)

pull/10792/head
zhangmingld 2018-11-05 22:17:32 +08:00 committed by k8s-ci-robot
parent 15518689c7
commit d01b76d080
1 changed files with 1 additions and 1 deletions

View File

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