Skip to content
Snippets Groups Projects
Unverified Commit 61c2ae55 authored by Hyojun Jeon's avatar Hyojun Jeon Committed by GitHub
Browse files

Add vxlanEnabled spec in FelixConfiguration (#8167)

parent 04711d3b
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,8 @@
"bpfEnabled": {{ calico_bpf_enabled | bool }},
"bpfExternalServiceMode": "{{ calico_bpf_service_mode }}",
"wireguardEnabled": {{ calico_wireguard_enabled | bool }},
"logSeverityScreen": "{{ calico_felix_log_severity_screen }}" }}
"logSeverityScreen": "{{ calico_felix_log_severity_screen }}",
"vxlanEnabled": {{ calico_vxlan_mode != 'Never' }} }}
when:
- inventory_hostname == groups['kube_control_plane'][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment