x86部署k8s

参考https://blog.csdn.net/networken/article/details/84991940
master初始化
kubeadm init
–apiserver-advertise-address=172.16.30.31
–image-repository=registry.aliyuncs.com/google_containers
–pod-network-cidr=192.168.0.0/16
其中172.16.30.31为master的ip

网络插件部署
kubectl apply -f https://docs.projectcalico.org/v3.10/manifests/calico.yaml

猜你喜欢

转载自blog.csdn.net/qq_25650463/article/details/109315378