Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

[feature] The ability to set Kubernetes pod and service cidr via kubicctl #43

Open
rdouman opened this issue Jan 3, 2022 · 1 comment

Comments

@rdouman
Copy link

rdouman commented Jan 3, 2022

Our Kubernetes cluster resides on our corporate LAN and are thus bound by our existing deployed networks. The default pod and service network cidr's overlap with those of existing networks and create numerous issues due to colliding IPs.

We need the ability to configure designated networks for Kubernetes services and pods at deploy time to avoid network collisions. At present kubeadm exposes --pod-network-cidr and --service-cidr on it's init command for this purpose.

@kbrowder
Copy link

kbrowder commented Apr 1, 2022

Seems like this would be useful when installing other networking options as well. Eg calico or the like.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants