File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
keps/sig-network/1880-multiple-service-cidrs Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -695,8 +695,8 @@ it will be safe to disable the dual-write mode.
695
695
| Version | MultiCIDRServiceAllocator | DisableAllocatorDualWrite |
696
696
| ----------| ----------| ----------|
697
697
| 1.31 | Beta off | Alpha off |
698
- | 1.32 | GA on (locked) | Beta off |
699
- | 1.33 | GA on (there are no bitmaps running) | GA on (also delete old bitmap)|
698
+ | 1.32 | GA on (no locked) | Beta off |
699
+ | 1.33 | GA locked (there are no bitmaps running) | GA on (also delete old bitmap)|
700
700
| 1.34 | remove feature gate | remove feature gate |
701
701
702
702
## Production Readiness Review Questionnaire
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ feature-gates:
40
40
components :
41
41
- kube-apiserver
42
42
- kube-controller-manager
43
+ - name : DisableAllocatorDualWrite
44
+ components :
45
+ - kube-apiserver
43
46
disable-supported : true
44
47
45
48
# The following PRR answers are required at beta release
You can’t perform that action at this time.
0 commit comments