From 98b9ce7901a0027715f13c7d2043e65340ef8760 Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 8 Nov 2025 12:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 12 --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 3c86b50..67b5496 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -174,11 +174,11 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-config-deploy.sh |bash #初始化集群,在这个地方拍摄快照调试代码 #k8s-master 初始化集群 -cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash -s -- --master-ips 192.168.61.131,192.168.61.132,192.168.61.133 --node-ips 192.168.61.134 +cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash -s -- --master-ips=192.168.61.132,192.168.61.133 --node-ips=192.168.61.134 #脚本存在bug 请手动执行初始化:kubeadm init --config kubeadm-init.yaml --upload-certs #安装网络插件 -wget -q -c -O /opt/k8s-install-conf/calico.yaml http://116.205.97.109/scripts/calico.yaml --show-progress && kubectl apply -f /opt/k8s-install-conf/calico.yaml +#wget -q -c -O /opt/k8s-install-conf/calico.yaml http://116.205.97.109/scripts/calico.yaml --show-progress && kubectl apply -f /opt/k8s-install-conf/calico.yaml ``` #### (12) AL多租户平台 GPU资源基准测试