25 lines
513 B
Markdown
25 lines
513 B
Markdown
---
|
|
title: StatefulSetStartOrdinal
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.26"
|
|
toVersion: "1.26"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.27"
|
|
toVersion: "1.30"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.31"
|
|
---
|
|
Allow configuration of the start ordinal in a
|
|
StatefulSet. See
|
|
[Start ordinal](/docs/concepts/workloads/controllers/statefulset/#start-ordinal)
|
|
for more details.
|