File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,10 @@ spec:
275
275
# Enable or disable usage report
276
276
- name: FELIX_USAGEREPORTINGENABLED
277
277
value: "{{ calico_usage_reporting }}"
278
+ {% if calico_version is version ('3.29.0' , '>=' ) %}
279
+ - name: FELIX_NFTABLESMODE
280
+ value: "{{ calico_nftable_mode }}"
281
+ {% endif %}
278
282
# Set MTU for tunnel device used if ipip is enabled
279
283
{% if calico_mtu is defined %}
280
284
# Set MTU for tunnel device used if ipip is enabled
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ calico_iptables_lock_timeout_secs: 10
101
101
# Choose Calico iptables backend: "Legacy", "Auto" or "NFT" (FELIX_IPTABLESBACKEND)
102
102
calico_iptables_backend : " Auto"
103
103
104
+ # Calico NFTable Mode Support (tech preview 3.29)
105
+ # Valid option: Disabled (default), Enabled
106
+ calico_nftable_mode : " Disabled"
107
+
104
108
# Calico Wireguard support
105
109
calico_wireguard_enabled : false
106
110
calico_wireguard_packages : []
You can’t perform that action at this time.
0 commit comments