Merge pull request #115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta

Move StatefulSetStartOrdinal feature gate to beta
This commit is contained in:
Kubernetes Prow Robot
2023-03-09 21:34:30 -08:00
committed by GitHub
14 changed files with 17 additions and 16 deletions

View File

@@ -238,7 +238,7 @@ type StatefulSetSpec struct {
// default ordinals behavior assigns a "0" index to the first replica and
// increments the index by one for each additional replica requested. Using
// the ordinals field requires the StatefulSetStartOrdinal feature gate to be
// enabled, which is alpha.
// enabled, which is beta.
// +optional
Ordinals *StatefulSetOrdinals
}