File tree 2 files changed +7
-5
lines changed
keps/sig-network/2593-multiple-cluster-cidrs
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ release*.
100
100
101
101
## Summary
102
102
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
+
103
108
Today, when Kubernetes' NodeIPAM controller allocates IP ranges for podCIDRs for
104
109
nodes, it uses a single range allocated to the cluster (cluster CIDR). Each node
105
110
gets a range of a fixed size from the overall cluster CIDR. The size is
Original file line number Diff line number Diff line change 4
4
- " @rahulkjoshi"
5
5
- " @sdmodi"
6
6
owning-sig : sig-network
7
- status : implementable
7
+ status : withdrawn
8
8
creation-date : 2021-03-22
9
9
reviewers :
10
10
- " @mskrocki"
@@ -18,13 +18,10 @@ stage: beta
18
18
# The most recent milestone for which work toward delivery of this KEP has been
19
19
# done. This can be the current (upcoming) milestone, if it is being actively
20
20
# worked on.
21
- latest-milestone : " v1.27 "
21
+ latest-milestone : " v1.29 "
22
22
23
23
# The milestone at which this feature was, or is targeted to be, at each stage.
24
24
milestone :
25
- alpha : " v1.25"
26
- beta : " v1.27"
27
- stable : " v1.29"
28
25
29
26
feature-gates :
30
27
- name : MultiCIDRRangeAllocator
You can’t perform that action at this time.
0 commit comments