Skip to content

Commit cd7a196

Browse files
committed
KEP 3335: Update beta milestone to 1.27
1 parent 70b3f2a commit cd7a196

File tree

1 file changed

+6
-5
lines changed
  • keps/sig-apps/3335-statefulset-slice

1 file changed

+6
-5
lines changed

keps/sig-apps/3335-statefulset-slice/kep.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,27 @@ approvers:
1515
- "@soltysh"
1616

1717
# The target maturity stage in the current dev cycle for this KEP.
18-
stage: alpha
18+
stage: beta
1919

2020
# The most recent milestone for which work toward delivery of this KEP has been
2121
# done. This can be the current (upcoming) milestone, if it is being actively
2222
# worked on.
23-
latest-milestone: "v1.26"
23+
latest-milestone: "v1.27"
2424

2525
# The milestone at which this feature was, or is targeted to be, at each stage.
2626
milestone:
2727
alpha: "v1.26"
28+
beta: "v1.27"
2829

2930
# The following PRR answers are required at alpha release
3031
# List the feature gate name and the components for which it must be enabled
3132
feature-gates:
32-
- name: StatefulSetSlice
33+
- name: StatefulSetStartOrdinal
3334
components:
3435
- kube-apiserver
3536
- kube-controller-manager
3637
disable-supported: true
3738

3839
# The following PRR answers are required at beta release
39-
# metrics:
40-
# Currently no metrics are planned for alpha release.
40+
metrics:
41+
- kube_statefulset_ordinal_start

0 commit comments

Comments
 (0)