Skip to content

Commit

Permalink
Add featureDetectOverride configration of calico (kubernetes-sigs#9249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-lan authored and nolimitkun committed Mar 19, 2023
1 parent ffe7e08 commit 71d2c1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 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,7 @@ calico_ipam_maxblocksperhost: 0

# Calico apiserver (only with kdd)
calico_apiserver_enabled: false

# Calico feature detect override, set "ChecksumOffloadBroken=true" to
# solve the https://github.com/projectcalico/calico/issues/3145
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 71d2c1d

Please sign in to comment.