ASDF
This commit is contained in:
joy 2025-11-10 13:15:06 +08:00
parent 2050dbd96b
commit 857f53ac72
1 changed files with 7 additions and 1 deletions

View File

@ -204,9 +204,15 @@ cd /opt/k8s-install-conf/ && wget http://116.205.97.109/scripts/ingress.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
cd /opt/k8s-install-conf && 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
#Argocd部署【集群内部部署-dev环境】
kubectl create namespace argocd && cd /opt/k8s-install-conf && wget https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl apply -n argocd -f install.yaml
#获取密码kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
```
#### (12) AL多租户平台 GPU资源基准测试