From 504aeb1655664549be854b20ab86cc46cfcd1ffa Mon Sep 17 00:00:00 2001 From: joy Date: Sun, 2 Nov 2025 20:27:44 +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 asd --- scripts/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index e6e4a70..132ceb9 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -169,15 +169,13 @@ 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-config-deploy.sh |bash -s -- --local-ip=192.168.61.133 --hostname=master-03 --k8s-version=1.30.5 --cluster-vip=192.168.61.200 --cluster-port=36443 --master1-ip=192.168.61.131 --master2-ip=192.168.61.132 --master3-ip=192.168.61.133 #(所有节点执行) -#初始化集群 - +#初始化集群,在这个地方拍摄快照调试代码 #k8s-master 初始化集群 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 -#状态检查 ``` #### (12) AL多租户平台allreduce性能测试/dcgm压测