123
This commit is contained in:
joy 2025-11-05 18:10:27 +08:00
parent 2ec13ae5a5
commit d8aa9fc19c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-config-deploy.sh |bash
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash -s -- --master-ips 192.168.61.10,192.168.61.11,192.168.61.12 --node-ips 192.168.61.20,192.168.61.21 cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash -s -- --master-ips 192.168.61.10,192.168.61.11,192.168.61.12 --node-ips 192.168.61.20,192.168.61.21
#安装网络插件 #安装网络插件
cd /opt/k8s-install-conf && http://116.205.97.109/scripts/calico.yaml && kubectl apply -f /opt/k8s-install-conf cd /opt/k8s-install-conf && wget http://116.205.97.109/scripts/calico.yaml && kubectl apply -f /opt/k8s-install-conf
``` ```