mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 01:53:51 +00:00
Merge pull request #2824 from chanjarster/patch-1
add flannel backend port configuration example
This commit is contained in:
@@ -43,6 +43,7 @@ network:
|
||||
options:
|
||||
canal_iface: eth1
|
||||
canal_flannel_backend_type: vxlan
|
||||
canal_flannel_backend_port: "8472"
|
||||
```
|
||||
|
||||
#### Canal Interface
|
||||
@@ -58,6 +59,7 @@ network:
|
||||
options:
|
||||
flannel_iface: eth1
|
||||
flannel_backend_type: vxlan
|
||||
flannel_backend_port: "8472"
|
||||
```
|
||||
|
||||
#### Flannel Interface
|
||||
|
||||
Reference in New Issue
Block a user