We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795de19 commit 8b7f2f0Copy full SHA for 8b7f2f0
1 file changed
content/en/docs/concepts/workloads/pods/disruptions.md
@@ -93,7 +93,7 @@ time as frequent voluntary disruptions. We call this set of features
93
## How Disruption Budgets Work
94
95
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
96
-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
97
voluntary disruptions. For example, a quorum-based application would
98
like to ensure that the number of replicas running is never brought below the
99
number needed for a quorum. A web front end might want to
0 commit comments