add support for Calico IP6_AUTODETECTION_METHOD (#8541)

This commit is contained in:
kakkotetsu
2022-02-15 10:26:14 +09:00
committed by GitHub
parent c6e5314fab
commit 1ebe456f2d
3 changed files with 10 additions and 3 deletions

View File

@@ -267,6 +267,10 @@ spec:
{% endif %}
- name: IP
value: "autodetect"
{% if calico_ip6_auto_method is defined and enable_dual_stack_networks %}
- name: IP6_AUTODETECTION_METHOD
value: "{{ calico_ip6_auto_method }}"
{% endif %}
{% if enable_dual_stack_networks %}
- name: IP6
value: autodetect