Skip to content

Commit fcf8e90

Browse files
committed
add graduation criteria and additional feature gate to KEP-1880
1 parent ba637b8 commit fcf8e90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

keps/sig-network/1880-multiple-service-cidrs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,8 @@ it will be safe to disable the dual-write mode.
695695
| Version | MultiCIDRServiceAllocator | DisableAllocatorDualWrite |
696696
|----------|----------|----------|
697697
| 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)|
700700
| 1.34 | remove feature gate | remove feature gate |
701701

702702
## Production Readiness Review Questionnaire

keps/sig-network/1880-multiple-service-cidrs/kep.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ feature-gates:
4040
components:
4141
- kube-apiserver
4242
- kube-controller-manager
43+
- name: DisableAllocatorDualWrite
44+
components:
45+
- kube-apiserver
4346
disable-supported: true
4447

4548
# The following PRR answers are required at beta release

0 commit comments

Comments
 (0)