From 2050dbd96ba80875c4f759da58ec2e3e00a4d64d Mon Sep 17 00:00:00 2001 From: joy Date: Mon, 10 Nov 2025 12:05:38 +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 asdf --- scripts/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 2a6078d..090c2db 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 + + +#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资源基准测试