Skip to content

Instantly share code, notes, and snippets.

@fpragana
fpragana / README.md
Created November 1, 2021 01:15 — forked from triangletodd/README.md
k3s in LXC on Proxmox

On the host

Ensure these modules are loaded

cat /proc/sys/net/bridge/bridge-nf-call-iptables

Disable swap

sysctl vm.swappiness=0
swapoff -a