17 lines
432 B
Markdown
17 lines
432 B
Markdown
---
|
|
title: MaxUnavailableStatefulSet
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.24"
|
|
---
|
|
Enables setting the `maxUnavailable` field for the
|
|
[rolling update strategy](/docs/concepts/workloads/controllers/statefulset/#rolling-updates)
|
|
of a StatefulSet. The field specifies the maximum number of Pods
|
|
that can be unavailable during the update.
|