From 987469584b3d3ebe7fb0bb9fc0b3ace40346515c Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Sat, 1 Feb 2020 12:03:08 +0800 Subject: [PATCH] Add host-gw backend for flannel --- content/k3s/latest/en/installation/network-options/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/k3s/latest/en/installation/network-options/_index.md b/content/k3s/latest/en/installation/network-options/_index.md index 53746e0fc5e..c87b2783831 100644 --- a/content/k3s/latest/en/installation/network-options/_index.md +++ b/content/k3s/latest/en/installation/network-options/_index.md @@ -17,6 +17,7 @@ If you wish to use WireGuard as your flannel backend it may require additional k -------------------|------------ `--flannel-backend=vxlan` | (Default) Uses the VXLAN backend. | `--flannel-backend=ipsec` | Uses the IPSEC backend which encrypts network traffic. | + `--flannel-backend=host-gw` | Uses the host-gw backend. | `--flannel-backend=wireguard` | Uses the WireGuard backend which encrypts network traffic. May require additional kernel modules and configuration. | ### Custom CNI