Merge pull request #6956 from timothyjosefik/fix-pdb-doc

Changed maxAvailable to maxUnavailable.
This commit is contained in:
Qiming
2018-01-14 10:53:59 +08:00
committed by GitHub
+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`.