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.
This commit is contained in:
Daniel Qian
2020-11-10 09:50:21 +08:00
committed by GitHub
parent 79f9d02806
commit 1d4577e4b9
@@ -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