Skip to content

Commit

Permalink
update_calico_doc_for_the_ChecksumOffloadBroken (kubernetes-sigs#9388)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay authored and salifou committed Nov 13, 2022
1 parent 5f099a0 commit 7cfbc4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ To re-define health host please set the following variable in your inventory:
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:

```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)
```

### Optional : Configure Calico Node probe timeouts

Under certain conditions a deployer may need to tune the Calico liveness and readiness probes timeout settings. These can be configured like this:
Expand Down

0 comments on commit 7cfbc4d

Please sign in to comment.