File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
keps/sig-apps/3335-statefulset-slice Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,27 @@ approvers:
15
15
- " @soltysh"
16
16
17
17
# The target maturity stage in the current dev cycle for this KEP.
18
- stage : alpha
18
+ stage : beta
19
19
20
20
# The most recent milestone for which work toward delivery of this KEP has been
21
21
# done. This can be the current (upcoming) milestone, if it is being actively
22
22
# worked on.
23
- latest-milestone : " v1.26 "
23
+ latest-milestone : " v1.27 "
24
24
25
25
# The milestone at which this feature was, or is targeted to be, at each stage.
26
26
milestone :
27
27
alpha : " v1.26"
28
+ beta : " v1.27"
28
29
29
30
# The following PRR answers are required at alpha release
30
31
# List the feature gate name and the components for which it must be enabled
31
32
feature-gates :
32
- - name : StatefulSetSlice
33
+ - name : StatefulSetStartOrdinal
33
34
components :
34
35
- kube-apiserver
35
36
- kube-controller-manager
36
37
disable-supported : true
37
38
38
39
# 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
You can’t perform that action at this time.
0 commit comments