Skip to content

Commit

Permalink
change-calico_feature_detect_override-default-value
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Oct 13, 2022
1 parent f3fb758 commit 753de23
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 @@ -209,6 +209,14 @@ calico_node_livenessprobe_timeout: 10
calico_node_readinessprobe_timeout: 10
```

### 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: "" # The vxlan offload will enabled with kernel version is > 5.7 (It may cause problem on buggy NIC driver)
```

## Config encapsulation for cross server traffic

Calico supports two types of encapsulation: [VXLAN and IP in IP](https://docs.projectcalico.org/v3.11/networking/vxlan-ipip). VXLAN is the more mature implementation and enabled by default, please check your environment if you need *IP in IP* encapsulation.
Expand Down

0 comments on commit 753de23

Please sign in to comment.