From 1f14ee86196380a6e0b091961251ef804c6dfae4 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 18 May 2018 21:14:51 +0100 Subject: [PATCH] Trivial: fix typo "evictions are be allowed" (#8615) --- content/en/docs/tasks/run-application/configure-pdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/configure-pdb.md b/content/en/docs/tasks/run-application/configure-pdb.md index 41b99e1136..e53d648475 100644 --- a/content/en/docs/tasks/run-application/configure-pdb.md +++ b/content/en/docs/tasks/run-application/configure-pdb.md @@ -101,7 +101,7 @@ that have an associated controller managing them. In the examples below, "desire is the `scale` of the controller managing the pods being selected by the `PodDisruptionBudget`. -Example 1: With a `minAvailable` of 5, evictions are be allowed as long as they leave behind +Example 1: With a `minAvailable` of 5, evictions are allowed as long as they leave behind 5 or more healthy pods among those selected by the PodDisruptionBudget's `selector`. Example 2: With a `minAvailable` of 30%, evictions are allowed as long as at least 30%