From 447f1b78e2cdc92f76c8b0e9246670d13b9257e7 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Thu, 8 Sep 2022 02:57:44 +0000 Subject: [PATCH] change-calico_feature_detect_override-default-value --- docs/calico.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/calico.md b/docs/calico.md index ad1715105fd..bf46c4ba1f0 100644 --- a/docs/calico.md +++ b/docs/calico.md @@ -214,6 +214,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.