这是我的 Hugo FixIt 网站

Requirements Windows11 wsl2 with systemd Turn off swap 1 sudo swapoff -a shutdown the firewall 1 sudo ufw disable Init k8s on linux machine Intall k8s 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 sudo apt-get update sudo apt install -y docker.io sudo apt-get install -y apt-transport-https ca-certificates curl mkdir -p /etc/apt/keyrings/ sudo curl https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpg | sudo apt-key add - #sudo curl
0%