File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
keps/sig-network/2593-multiple-cluster-cidrs Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ release*.
100100
101101## Summary
102102
103+
104+ IMPORTANT: THIS KEP HAS BEEN WITHDRAWN AND THIS FEATURE WILL BE DEVELOPED OUT OF TREE
105+ Ref: https://groups.google.com/g/kubernetes-sig-network/c/nts1xEZ--gQ/m/2aTOUNFFAAAJ
106+
107+
103108Today, when Kubernetes' NodeIPAM controller allocates IP ranges for podCIDRs for
104109nodes, it uses a single range allocated to the cluster (cluster CIDR). Each node
105110gets a range of a fixed size from the overall cluster CIDR. The size is
Original file line number Diff line number Diff line change 44 - " @rahulkjoshi"
55 - " @sdmodi"
66owning-sig : sig-network
7- status : implementable
7+ status : withdrawn
88creation-date : 2021-03-22
99reviewers :
1010 - " @mskrocki"
@@ -18,13 +18,10 @@ stage: beta
1818# The most recent milestone for which work toward delivery of this KEP has been
1919# done. This can be the current (upcoming) milestone, if it is being actively
2020# worked on.
21- latest-milestone : " v1.27 "
21+ latest-milestone : " v1.29 "
2222
2323# The milestone at which this feature was, or is targeted to be, at each stage.
2424milestone :
25- alpha : " v1.25"
26- beta : " v1.27"
27- stable : " v1.29"
2825
2926feature-gates :
3027 - name : MultiCIDRRangeAllocator
You can’t perform that action at this time.
0 commit comments