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

Enable override for Cluster CIDR and Pod CIDR when creating management cluster or target cluster #225

Open
PragyaDw opened this issue Sep 15, 2022 · 1 comment
Assignees

Comments

@PragyaDw
Copy link
Contributor

Several customers have workloads in the cloud in AKS or other clouds and extend their on-premises networks into the cloud. This can lead to address conflicts in the rather large ranges of 10.96.0.0/12 and 10.244.0.0/16.

Customers are asking us to allow them to change these values to smaller ranges matching their target cluster needs.
High Level goals:
Add podCIDR and serviceCIDR to the New-AksHciNetworkSettings and New-AksHciClusterNetwork commands
Apply these settings during the kubadm join phase in cloud-init and cloudbase-init for Linux and Windows respectively
Non Goals:
Allow to change the CIDR after deployment of a cluster

@chris8205
Copy link

Vote UP...

It is an important core function/configuration that is needed. The network cannot be restructured.
As a temporary measure, 100.60.0.0/10 /16 can be specified in the source deployment instead of 10.244.0.0/16
This network is usually only used by ISPs for routing purposes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants