cosmetics
This commit is contained in:
parent
2e5dad8fa0
commit
a0a65ee3ea
@ -110,7 +110,7 @@ ExecStart=/usr/local/bin/k3s \
|
||||
If you want to build a K3s-cluster the default networking model is *overlay@VXLAN*. In this case make sure that
|
||||
* all of your nodes can reach (ping) each other over the underlying network (local, routed/vpn). This is required for the overlay network to work properly. VXLAN spans a mashed network over all K3s-nodes.
|
||||
* if your nodes are spread over public networks (like the internet) use a VPN (like IPSec or OpenVPN) to secure the traffic between the nodes. **VXLAN uses plain UDP for transport!**
|
||||
* if your nodes are connected through VPN, `flannel` (overlay network daemon) explicitly communicates over the vpn network interface instead of the public network interface. Following settings should be made on the nodes:
|
||||
* if your nodes are connected through VPN, `flannel` (overlay network daemon) should explicitly communicate over the vpn network interface instead of the public network interface. Following settings should be made on the nodes:
|
||||
```
|
||||
/etc/systemd/system/k3s-agent.service:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user