mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
change service CIDR
This commit is contained in:
parent
73acbb5945
commit
a248286b57
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user