Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default Pod CIDR to 10.20.0.0/14 #401

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Change the default Pod CIDR to 10.20.0.0/14 #401

merged 1 commit into from
Dec 28, 2024

Conversation

dghubble
Copy link
Member

  • Change the default Pod CIDR from 10.2.0.0/16 to 10.20.0.0/14 (10.20.0.0 - 10.23.255.255) to support 1024 nodes by default
  • Most CNI providers divide the Pod CIDR so that each node has a /24 to allocate to local pods (256). The previous 10.2.0.0/16 default only fits 256 /24's so 256 nodes were supported without customizing the pod_cidr

* Change the default Pod CIDR from 10.2.0.0/16 to 10.20.0.0/14
(10.20.0.0 - 10.23.255.255) to support 1024 nodes by default
* Most CNI providers divide the Pod CIDR so that each node has
a /24 to allocate to local pods (256). The previous `10.2.0.0/16`
default only fits 256 /24's so 256 nodes were supported without
customizing the pod_cidr
@dghubble dghubble merged commit 0d3f173 into main Dec 28, 2024
1 check passed
@dghubble dghubble deleted the pod-cidr branch December 28, 2024 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant