k8s-base-setup
k8s-base-setup 只需设置k8s ... 检查网络 cat << EOF | sudo tee /etc/modules-load.d/k8s.conf br_netfilter EOF cat << EOF | sudo tee /etc/sysctl.d/k8s.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 EOF sudo sysctl --system 安装泊坞窗 # (Install Docker CE) # # Set up the repository: # ## Install packages to allow apt to use a repository over HTTPS sudo apt-get update && sudo a