Merge pull request #2824 from chanjarster/patch-1

add flannel backend port configuration example
This commit is contained in:
Catherine Luse
2020-12-23 15:11:56 -07:00
committed by GitHub
@@ -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