Skip to content

Commit 394522a

Browse files
authored
Merge pull request kubernetes#5001 from aojea/servicecidr_ga_not_lock_by_default
KEP-1880: don't lock ServiceCIDR by default
2 parents be6efdd + 12f6f54 commit 394522a

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-network/1880-multiple-service-cidrs

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,9 @@ it will be safe to disable the dual-write mode.
700700
|----------|----------|----------|
701701
| 1.31 | Beta off | Alpha off |
702702
| 1.32 | Beta on | Alpha off |
703-
| 1.33 | GA on | Beta off |
704-
| 1.34 | GA (there are no bitmaps running) | GA (also delete old bitmap)|
703+
| 1.33 | GA on (not locked by default) | Beta off |
704+
| 1.34 | GA (lock by default) | GA (not locked by default) |
705+
| 1.35 | GA (there are no bitmaps running) | GA (also delete old bitmap)|
705706
| 1.36 | remove feature gate | GA |
706707
| 1.37 | --- | remove feature gate |
707708

0 commit comments

Comments
 (0)