mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 10:03:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user