Skip to content

Commit 7f3f987

Browse files
author
Mayank Kumar
committed
placeholder documentation for maxUnavailable for StatefulSet
1 parent 7a5dc9e commit 7f3f987

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ After reverting the template, you must also delete any Pods that StatefulSet had
323323
already attempted to run with the bad configuration.
324324
StatefulSet will then begin to recreate the Pods using the reverted template.
325325

326+
#### MaxUnavailable
327+
The maximum number of pods that can be unavailable during the update.
328+
Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%).
329+
Absolute number is calculated from percentage by rounding up. This can not be 0.
330+
Defaults to 1. This field is alpha-level and is only honored by servers that enable the
326331

327332
## PersistentVolumeClaim retention
328333

0 commit comments

Comments
 (0)