diff --git a/content/rke/latest/en/config-options/add-ons/network-plugins/_index.md b/content/rke/latest/en/config-options/add-ons/network-plugins/_index.md index 7da2af08643..b57188beacf 100644 --- a/content/rke/latest/en/config-options/add-ons/network-plugins/_index.md +++ b/content/rke/latest/en/config-options/add-ons/network-plugins/_index.md @@ -43,6 +43,8 @@ network: options: canal_iface: eth1 canal_flannel_backend_type: vxlan + # must be 4789 if using Flannel VxLan mode in the cluster with Windows nodes + canal_flannel_backend_port: "8472" ``` #### Canal Interface @@ -58,6 +60,8 @@ network: options: flannel_iface: eth1 flannel_backend_type: vxlan + # must be 4789 if using VxLan mode in the cluster with Windows nodes + flannel_backend_port: "8472" ``` #### Flannel Interface