sdf
This commit is contained in:
joy 2025-11-10 17:05:16 +08:00
parent 97b240548e
commit da79413267
1 changed files with 7 additions and 2 deletions

View File

@ -131,7 +131,7 @@
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nfs.sh | bash -s -- --install --share-dirs=/opt/data
```
#### 11jenkins
#### 11jenkinsdocker版本-后续优化)
```bash
cd /opt/ && wget -qO- http://116.205.97.109/scripts/jenkins-install.sh | bash
@ -220,10 +220,15 @@ sed -i 's#eipwork/kuboard:v3#swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard:v3#
sh kuboard.sh
#Argocd部署【集群内部部署-dev环境】
#Argocd部署【集群内部部署-dev环境】- K8S集群内部署
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
# Jenkins 独立于K8S集群之外部署(docker 部署)
cd /opt/ && wget -qO- http://116.205.97.109/scripts/jenkins-install.sh | bash
```
#### (12) AL多租户平台 GPU资源基准测试