From 843e908fa426fddda5be8e4babaa61677ecc250d Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Fri, 6 Jan 2023 16:00:00 +0800 Subject: [PATCH] update-calico-VXLAN-docs (#9639) --- docs/calico.md | 4 ++-- roles/network_plugin/calico/defaults/main.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/calico.md b/docs/calico.md index ad1115b1e..f362254ce 100644 --- a/docs/calico.md +++ b/docs/calico.md @@ -207,10 +207,10 @@ calico_healthhost: "0.0.0.0" ### Optional : Configure VXLAN hardware Offload -Because of the Issue [projectcalico/calico#4727](https://github.com/projectcalico/calico/issues/4727), The VXLAN Offload is disable by default. It can be configured like this: +The VXLAN Offload is disable by default. It can be configured like this to enabled it: ```yml -calico_feature_detect_override: "ChecksumOffloadBroken=true" # The vxlan offload will enabled with kernel version is > 5.7 (It may cause problem on buggy NIC driver) +calico_feature_detect_override: "ChecksumOffloadBroken=false" # The vxlan offload will enabled (It may cause problem on buggy NIC driver) ``` ### Optional : Configure Calico Node probe timeouts diff --git a/roles/network_plugin/calico/defaults/main.yml b/roles/network_plugin/calico/defaults/main.yml index 0c2be2dd8..f1066e6f6 100644 --- a/roles/network_plugin/calico/defaults/main.yml +++ b/roles/network_plugin/calico/defaults/main.yml @@ -160,6 +160,5 @@ 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 calico_feature_detect_override: ""