Skip to content

Commit

Permalink
Add featureDetectOverride configration of calico
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-lan committed Sep 2, 2022
1 parent efb47ed commit 5cd66db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions roles/network_plugin/calico/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ calico_ipam_maxblocksperhost: 0

# Calico apiserver (only with kdd)
calico_apiserver_enabled: false

# calico feature detect override
calico_feature_detect_override: ""
3 changes: 2 additions & 1 deletion roles/network_plugin/calico/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
"bpfExternalServiceMode": "{{ calico_bpf_service_mode }}",
"wireguardEnabled": {{ calico_wireguard_enabled | bool }},
"logSeverityScreen": "{{ calico_felix_log_severity_screen }}",
"vxlanEnabled": {{ calico_vxlan_mode != 'Never' }}
"vxlanEnabled": {{ calico_vxlan_mode != 'Never' }},
"featureDetectOverride": "{{ calico_feature_detect_override }}"
}
}
Expand Down

0 comments on commit 5cd66db

Please sign in to comment.