update-calico-VXLAN-docs (#9639)

pull/9560/head
Kay Yan 2023-01-06 16:00:00 +08:00 committed by GitHub
parent 0ff883afeb
commit 843e908fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -207,10 +207,10 @@ calico_healthhost: "0.0.0.0"
### Optional : Configure VXLAN hardware Offload ### 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 ```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 ### Optional : Configure Calico Node probe timeouts

View File

@ -160,6 +160,5 @@ calico_ipam_maxblocksperhost: 0
# Calico apiserver (only with kdd) # Calico apiserver (only with kdd)
calico_apiserver_enabled: false calico_apiserver_enabled: false
# Calico feature detect override, set "ChecksumOffloadBroken=true" to # Calico feature detect override
# solve the https://github.com/projectcalico/calico/issues/3145
calico_feature_detect_override: "" calico_feature_detect_override: ""