Add vxlanEnabled spec in FelixConfiguration (#8240)
This commit is contained in:
parent
f4dae74117
commit
69c21e1c35
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@
|
||||||
"bpfEnabled": {{ calico_bpf_enabled | bool }},
|
"bpfEnabled": {{ calico_bpf_enabled | bool }},
|
||||||
"bpfExternalServiceMode": "{{ calico_bpf_service_mode }}",
|
"bpfExternalServiceMode": "{{ calico_bpf_service_mode }}",
|
||||||
"wireguardEnabled": {{ calico_wireguard_enabled | bool }},
|
"wireguardEnabled": {{ calico_wireguard_enabled | bool }},
|
||||||
"logSeverityScreen": "{{ calico_felix_log_severity_screen }}" }}
|
"logSeverityScreen": "{{ calico_felix_log_severity_screen }}",
|
||||||
|
"vxlanEnabled": {{ calico_vxlan_mode != 'Never' }} }}
|
||||||
when:
|
when:
|
||||||
- inventory_hostname == groups['kube_control_plane'][0]
|
- inventory_hostname == groups['kube_control_plane'][0]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue