kubic-control
kubic-control copied to clipboard
[feature] The ability to set Kubernetes pod and service cidr via kubicctl
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.
Seems like this would be useful when installing other networking options as well. Eg calico or the like.