Skip to content

Commit

Permalink
change service CIDR
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Oct 17, 2023
1 parent 4882cfd commit 0491f32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrapper/internal/kubernetes/k8sapi/kubeadm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ func (c *KubdeadmConfiguration) InitConfiguration(externalCloudProvider bool, cl
},
// Target kubernetes version of the control plane.
KubernetesVersion: clusterVersion,
Networking: kubeadm.Networking{
ServiceSubnet: "10.22.0.1/16",
},
// necessary to be able to access the kubeapi server through localhost
APIServer: kubeadm.APIServer{
ControlPlaneComponent: kubeadm.ControlPlaneComponent{
Expand Down

0 comments on commit 0491f32

Please sign in to comment.