Merge "Gate: make pod subnet configurable"
This commit is contained in:
commit
172844c662
@ -44,7 +44,7 @@
|
||||
PVC_SUPPORT_CEPH=true
|
||||
PVC_SUPPORT_NFS=true
|
||||
NET_SUPPORT_LINUXBRIDGE=true
|
||||
KUBE_NET_POD_SUBNET=192.168.0.0/16
|
||||
KUBE_NET_POD_SUBNET="{{ kubernetes.cluster.pod_subnet }}"
|
||||
KUBE_NET_DNS_DOMAIN=cluster.local
|
||||
CONTAINER_RUNTIME=docker
|
||||
register: kubeadm_master_deploy
|
||||
|
@ -46,7 +46,7 @@
|
||||
PVC_SUPPORT_CEPH=true
|
||||
PVC_SUPPORT_NFS=true
|
||||
NET_SUPPORT_LINUXBRIDGE=true
|
||||
KUBE_NET_POD_SUBNET=192.168.0.0/16
|
||||
KUBE_NET_POD_SUBNET="{{ kubernetes.cluster.pod_subnet }}"
|
||||
KUBE_NET_DNS_DOMAIN=cluster.local
|
||||
CONTAINER_RUNTIME=docker
|
||||
KUBELET_NODE_LABELS="{{ kubeadm_kubelet_labels }}"
|
||||
|
@ -27,6 +27,7 @@ kubernetes:
|
||||
default_device: null
|
||||
cluster:
|
||||
cni: calico
|
||||
pod_subnet: 192.168.0.0/16
|
||||
|
||||
nodes:
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user