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压测