From d01b76d08044e213f06f567a99e127cd496178fb Mon Sep 17 00:00:00 2001 From: zhangmingld Date: Mon, 5 Nov 2018 22:17:32 +0800 Subject: [PATCH] fix word err in Disruption (#10884) --- content/en/docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/disruptions.md b/content/en/docs/concepts/workloads/pods/disruptions.md index 79b0ac00d9..3a3ecb36cf 100644 --- a/content/en/docs/concepts/workloads/pods/disruptions.md +++ b/content/en/docs/concepts/workloads/pods/disruptions.md @@ -93,7 +93,7 @@ time as frequent voluntary disruptions. We call this set of features ## How Disruption Budgets Work 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 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