From 251ae16392b74d0029b34883ca254161e6e4fd61 Mon Sep 17 00:00:00 2001 From: Jan B Date: Tue, 11 Dec 2018 13:53:06 +0100 Subject: [PATCH] Documented flannel_backend_type option --- .../en/config-options/add-ons/network-plugins/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md b/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md index 102f8dbd61e..12c8159c205 100644 --- a/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md +++ b/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md @@ -31,11 +31,13 @@ network: plugin: canal options: canal_iface: eth1 + canal_flannel_backend_type: vxlan ``` #### Canal Interface By setting the `canal_iface`, you can configure the interface to use for inter-host communication. +The `canal_flannel_backend_type` option allows you to specify the type of [flannel backend](https://github.com/coreos/flannel/blob/master/Documentation/backends.md) to use. By default the `vxlan` backend is used. ### Flannel Network Plug-in Options @@ -44,12 +46,13 @@ network: plugin: flannel options: flannel_iface: eth1 + flannel_backend_type: vxlan ``` #### Flannel Interface By setting the `flannel_iface`, you can configure the interface to use for inter-host communication. - +The `flannel_backend_type` option allows you to specify the type of [flannel backend](https://github.com/coreos/flannel/blob/master/Documentation/backends.md) to use. By default the `vxlan` backend is used. ### Calico Network Plug-in Options