mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-05 02:40:19 +01:00
add missing host-gw to flannel backend comment
This commit is contained in:
parent
edc98a6d6e
commit
4ed0727411
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue