Changed maxAvailable to maxUnavailable. This was changed as there is no maxAvailable.

This commit is contained in:
Timothy Josefik
2018-01-13 20:43:47 -06:00
parent a9055e0201
commit 9d3dfdbe0d
+1 -1
View File
@@ -90,7 +90,7 @@ It can be either an absolute number or a percentage.
**Note:** For versions 1.8 and earlier: When creating a `PodDisruptionBudget`
object using the `kubectl` command line tool, the `minAvailable` field has a
default value of 1 if neither `minAvailable` nor `maxAvailable` is specified.
default value of 1 if neither `minAvailable` nor `maxUnavailable` is specified.
{: .note}
You can specify only one of `maxUnavailable` and `minAvailable` in a single `PodDisruptionBudget`.