change service CIDR

This commit is contained in:
Leonard Cohnen 2023-10-17 18:05:41 +02:00
parent 73acbb5945
commit a248286b57

View File

@ -64,7 +64,7 @@ func (c *KubdeadmConfiguration) InitConfiguration(externalCloudProvider bool, cl
// Target kubernetes version of the control plane. // Target kubernetes version of the control plane.
KubernetesVersion: clusterVersion, KubernetesVersion: clusterVersion,
Networking: kubeadm.Networking{ Networking: kubeadm.Networking{
ServiceSubnet: "10.2.3.0/24", ServiceSubnet: "10.2.4.0/24",
}, },
// necessary to be able to access the kubeapi server through localhost // necessary to be able to access the kubeapi server through localhost
APIServer: kubeadm.APIServer{ APIServer: kubeadm.APIServer{