Trivial: fix typo "evictions are be allowed" (#8615)

This commit is contained in:
Chris
2018-05-18 21:14:51 +01:00
committed by k8s-ci-robot
parent 73589267a1
commit 1f14ee8619
@@ -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%