File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
keps/sig-network/1880-multiple-service-cidrs Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,20 @@ stage: alpha
25
25
# The most recent milestone for which work toward delivery of this KEP has been
26
26
# done. This can be the current (upcoming) milestone, if it is being actively
27
27
# worked on.
28
- latest-milestone : " v1.25 "
28
+ latest-milestone : " v1.27 "
29
29
30
30
# The milestone at which this feature was, or is targeted to be, at each stage.
31
31
milestone :
32
- alpha : " v1.25 "
33
- beta : " v1.27 "
34
- stable : " v1.30 "
32
+ alpha : " v1.27 "
33
+ beta : " v1.29 "
34
+ stable : " v1.31 "
35
35
36
36
# The following PRR answers are required at alpha release
37
37
# List the feature gate name and the components for which it must be enabled
38
38
feature-gates :
39
- - name : ServiceCIDRConfig
39
+ - name : MultiCIDRServiceAllocator
40
40
components :
41
41
- kube-apiserver
42
- - kube-controller-manager
43
42
disable-supported : true
44
43
45
44
# The following PRR answers are required at beta release
You can’t perform that action at this time.
0 commit comments