sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| sudo apt update | |
| sudo cat << EOF | sudo tee /etc/modules-load.d/k8s-modules.conf | |
| br_netfilter | |
| overlay | |
| EOF | |
| sudo cat << EOF | sudo tee /etc/sysctl.d/k8s.conf | |
| net.bridge.bridge-nf-call-ip6tables = 1 | |
| net.bridge.bridge-nf-call-iptables = 1 | |
| net.ipv4.ip_forward = 1 | |
| EOF |