mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-09-12 17:50:22 +02:00
Explicitly set CIDR for service network
This commit is contained in:
parent
8cd592b022
commit
2fb2814de4
@ -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'
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user