placeholder documentation for maxUnavailable for StatefulSet

This commit is contained in:
Mayank Kumar
2020-11-05 23:41:44 -08:00
parent 7a5dc9eb8d
commit 7f3f987c76
@@ -323,6 +323,11 @@ After reverting the template, you must also delete any Pods that StatefulSet had
already attempted to run with the bad configuration.
StatefulSet will then begin to recreate the Pods using the reverted template.
#### MaxUnavailable
The maximum number of pods that can be unavailable during the update.
Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%).
Absolute number is calculated from percentage by rounding up. This can not be 0.
Defaults to 1. This field is alpha-level and is only honored by servers that enable the
## PersistentVolumeClaim retention