mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
calico CALICO_IPV4POOL_IPIP overriding variable (#3507)
This commit is contained in:
committed by
k8s-ci-robot
parent
3b750cafc1
commit
3ce933051a
@@ -4,6 +4,7 @@ nat_outgoing: true
|
|||||||
|
|
||||||
# add default ippool name
|
# add default ippool name
|
||||||
calico_pool_name: "default-pool"
|
calico_pool_name: "default-pool"
|
||||||
|
calico_ipv4pool_ipip: "Off"
|
||||||
|
|
||||||
# Use IP-over-IP encapsulation across hosts
|
# Use IP-over-IP encapsulation across hosts
|
||||||
ipip: true
|
ipip: true
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ spec:
|
|||||||
# # Configure the IP Pool from which Pod IPs will be chosen.
|
# # Configure the IP Pool from which Pod IPs will be chosen.
|
||||||
# - name: CALICO_IPV4POOL_CIDR
|
# - name: CALICO_IPV4POOL_CIDR
|
||||||
# value: "192.168.0.0/16"
|
# value: "192.168.0.0/16"
|
||||||
# - name: CALICO_IPV4POOL_IPIP
|
- name: CALICO_IPV4POOL_IPIP
|
||||||
# value: "always"
|
value: "{{ calico_ipv4pool_ipip }}"
|
||||||
# Disable IPv6 on Kubernetes.
|
# Disable IPv6 on Kubernetes.
|
||||||
- name: FELIX_IPV6SUPPORT
|
- name: FELIX_IPV6SUPPORT
|
||||||
value: "false"
|
value: "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user