Explicitly set CIDR for service network

This commit is contained in:
Oliver Welter 2025-08-01 10:59:48 +02:00
parent 8cd592b022
commit 2fb2814de4
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ kubernetes_pod_network:
# Calico CNI.
# cni: 'calico'
# cidr: '192.168.0.0/16'
# serviceCidr: '10.96.0.0/12'
kubernetes_kubeadm_kubelet_config_file_path: '/etc/kubernetes/kubeadm-kubelet-config.yaml'

View File

@ -7,6 +7,7 @@
kubernetes_pod_network:
cni: 'calico'
cidr: '192.168.0.0/16'
serviceCidr: '10.96.0.0/12'
# Allow swap in test environments (hard to control in some envs).
kubernetes_config_kubelet_configuration: