From 1d4577e4b9fb5a4f268265bb3ba9362da8f5c7d7 Mon Sep 17 00:00:00 2001 From: Daniel Qian Date: Tue, 10 Nov 2020 09:50:21 +0800 Subject: [PATCH] add flannel backend port configuration example Sometimes the default 8472/udp port will conflict with virtualization platform, and we need to change it, while the doc doesn't mention that. --- .../en/config-options/add-ons/network-plugins/_index.md | 4 ++++ 1 file changed, 4 insertions(+) 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