Add vxlanEnabled spec in FelixConfiguration (#8167)

pull/8171/head
Hyojun Jeon 2021-11-08 17:06:52 +09:00 committed by GitHub
parent 04711d3b00
commit 61c2ae5549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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]