Skip to content

Commit

Permalink
Merge pull request #4253 from aojea/cluster_cidr
Browse files Browse the repository at this point in the history
KEP 2593: withdrawn cluster-cidr kep
  • Loading branch information
k8s-ci-robot authored Sep 29, 2023
2 parents 2d97fc0 + 19decda commit c6e3693
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions keps/sig-network/2593-multiple-cluster-cidrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ release*.

## Summary


IMPORTANT: THIS KEP HAS BEEN WITHDRAWN AND THIS FEATURE WILL BE DEVELOPED OUT OF TREE
Ref: https://groups.google.com/g/kubernetes-sig-network/c/nts1xEZ--gQ/m/2aTOUNFFAAAJ


Today, when Kubernetes' NodeIPAM controller allocates IP ranges for podCIDRs for
nodes, it uses a single range allocated to the cluster (cluster CIDR). Each node
gets a range of a fixed size from the overall cluster CIDR. The size is
Expand Down
7 changes: 2 additions & 5 deletions keps/sig-network/2593-multiple-cluster-cidrs/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- "@rahulkjoshi"
- "@sdmodi"
owning-sig: sig-network
status: implementable
status: withdrawn
creation-date: 2021-03-22
reviewers:
- "@mskrocki"
Expand All @@ -18,13 +18,10 @@ stage: beta
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.27"
latest-milestone: "v1.29"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.25"
beta: "v1.27"
stable: "v1.29"

feature-gates:
- name: MultiCIDRRangeAllocator
Expand Down

0 comments on commit c6e3693

Please sign in to comment.