发布时间:2025-01-08 12:01
https://github.com/cncamp/101/tree/master/k8s-install/k8s-by-kubeadm
Install docker
apt install docker.io
Update cgroupdriver to systemd
vi /etc/docker/daemon.json
{
\"exec-opts\": [\"native.cgroupdriver=systemd\"]
}
systemctl daemon-reload
systemctl restart docker
Letting iptables see bridged traffic
$ cat <