kubic-control icon indicating copy to clipboard operation
kubic-control copied to clipboard

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

Open rdouman opened this issue 3 years ago • 1 comments

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.

rdouman avatar Jan 03 '22 09:01 rdouman

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

kbrowder avatar Apr 01 '22 01:04 kbrowder