mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Disable IPv6 support for canal's calico-node (#5684)
This implements the same behavior as a15a0b5eb9/roles/network_plugin/calico/templates/calico-node.yml.j2
More info: https://github.com/projectcalico/felix/issues/1447
This commit is contained in:
@@ -224,6 +224,9 @@ spec:
|
|||||||
- name: FELIX_IPTABLESLOCKTIMEOUTSECS
|
- name: FELIX_IPTABLESLOCKTIMEOUTSECS
|
||||||
value: "10"
|
value: "10"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
# Disable IPv6 on Kubernetes.
|
||||||
|
- name: FELIX_IPV6SUPPORT
|
||||||
|
value: "false"
|
||||||
# Etcd SSL vars
|
# Etcd SSL vars
|
||||||
- name: ETCD_CA_CERT_FILE
|
- name: ETCD_CA_CERT_FILE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user