Browse Source

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
pull/5819/head
Mateus Caruccio 4 years ago
committed by GitHub
parent
commit
81f07c3783
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. 3
      roles/network_plugin/canal/templates/canal-node.yaml.j2

3
roles/network_plugin/canal/templates/canal-node.yaml.j2

@ -224,6 +224,9 @@ spec:
- name: FELIX_IPTABLESLOCKTIMEOUTSECS
value: "10"
{% endif %}
# Disable IPv6 on Kubernetes.
- name: FELIX_IPV6SUPPORT
value: "false"
# Etcd SSL vars
- name: ETCD_CA_CERT_FILE
valueFrom:

Loading…
Cancel
Save