Feat: add nftable mode in calico (#12255)

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-06-16 09:54:58 +08:00
committed by GitHub
parent 6fc1abba2e
commit fa880b6bcc
2 changed files with 8 additions and 0 deletions

View File

@@ -275,6 +275,10 @@ spec:
# Enable or disable usage report
- name: FELIX_USAGEREPORTINGENABLED
value: "{{ calico_usage_reporting }}"
{% if calico_version is version('3.29.0', '>=') %}
- name: FELIX_NFTABLESMODE
value: "{{ calico_nftable_mode }}"
{% endif %}
# Set MTU for tunnel device used if ipip is enabled
{% if calico_mtu is defined %}
# Set MTU for tunnel device used if ipip is enabled