add missing host-gw to flannel backend comment

This commit is contained in:
Martin Friedrich 2020-10-26 11:24:11 +01:00
parent edc98a6d6e
commit 4ed0727411
No known key found for this signature in database
GPG Key ID: D89433619ABD34AB
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ k3s_use_docker: false
# Disable flannel, you will need to install your own CNI driver.
k3s_no_flannel: false
# Flannel backend ('none', 'vxlan', 'ipsec', or 'wireguard')
# Flannel backend ('none', 'vxlan', 'ipsec', 'host-gw' or 'wireguard')
# k3s_flannel_backend: vxlan
# Disable CoreDNS, you will need to install your own DNS provider.