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: options:
canal_iface: eth1 canal_iface: eth1
canal_flannel_backend_type: vxlan canal_flannel_backend_type: vxlan
canal_flannel_backend_port: "8472"
``` ```
#### Canal Interface #### Canal Interface
@@ -58,6 +59,7 @@ network:
options: options:
flannel_iface: eth1 flannel_iface: eth1
flannel_backend_type: vxlan flannel_backend_type: vxlan
flannel_backend_port: "8472"
``` ```
#### Flannel Interface #### Flannel Interface