From 857f53ac725dd41a7d2b5a8825ad9f314cd6093b Mon Sep 17 00:00:00 2001 From: joy Date: Mon, 10 Nov 2025 13:15:06 +0800 Subject: [PATCH] ASD ASDF --- scripts/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 090c2db..002e0e1 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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资源基准测试