更新 scripts/README.md

asdf
This commit is contained in:
joy 2025-11-10 12:05:38 +08:00
parent 871da1c5fa
commit 2050dbd96b
1 changed files with 7 additions and 0 deletions

View File

@ -200,6 +200,13 @@ cd /opt/k8s-install-conf/ && wget http://116.205.97.109/scripts/ingress.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 #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
#static pod 安装 kuboard-UI
在 Kubernetes master 节点上,执行如下两行指令,即可在根据提示完成 kuboard 安装。默认用户名/密码: admin/Kuboard123
cd /opt/k8s-install-conf && /opt/curl -fsSL https://addons.kuboard.cn/kuboard/kuboard-static-pod.sh -o kuboard.sh
sed -i 's#eipwork/kuboard:v3#swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard:v3#g' kuboard.sh
sh kuboard.sh
``` ```
#### (12) AL多租户平台 GPU资源基准测试 #### (12) AL多租户平台 GPU资源基准测试