集群启动指南: 初始化集群主节点: kubeadm init --apiserver-advertise-address $(hostname -i) --pod-network-cidr 10.5.0.0/16 初始化集群网络: kubectl apply -f https://raw.