Table of Contents |
---|
Also see Runbooks
firewalld/fapolicyd
...
Code Block |
---|
~$ cat /etc/systemd/system/k3s.service ExecStart=/usr/local/bin/k3s \ server \ '--node-name=local-01' \ '--prefer-bundled-bin' \ ~$ sudo systemctl daemon-reload ~$ sudo systemctl stop k3s ~$ sudo systemctl start k3s ~$ |
If this change is done on existing system reboot is recommended to clear duplicate iptables rules.
Code Block |
---|
~$ sudo reboot |
More details can be found here - https://docs.k3s.io/advanced#oldknown-iptables-versionsissues?_highlight=iptables&_highlight=bug#iptables