Update DevOps Docs per SVC Changes

Signed-off-by: Felixnoo <felixliu@kubesphere.io>
This commit is contained in:
Felixnoo 2021-11-11 16:17:42 +08:00
parent d92814be4d
commit dbccd6c836
8 changed files with 8 additions and 8 deletions

View File

@ -79,7 +79,7 @@ To integrate SonarQube into your pipeline, you must install SonarQube Server fir
```bash
$ kubectl get pod -n kubesphere-devops-system
NAME READY STATUS RESTARTS AGE
ks-jenkins-68b8949bb-7zwg4 1/1 Running 0 84m
devops-jenkins-68b8949bb-7zwg4 1/1 Running 0 84m
s2ioperator-0 1/1 Running 1 84m
sonarqube-postgresql-0 1/1 Running 0 5m31s
sonarqube-sonarqube-bb595d88b-97594 1/1 Running 2 5m31s

View File

@ -26,7 +26,7 @@ The built-in Jenkins cannot share the same email configuration with the platform
{{< notice warning >}}
Once you modify the Email server in the `ks-jenkins` Deployment, it will restart itself. Consequently, the DevOps system will be unavailable for a few minutes. Please make such modification at an appropriate time.
Once you modify the Email server in the `devops-jenkins` Deployment, it will restart itself. Consequently, the DevOps system will be unavailable for a few minutes. Please make such modification at an appropriate time.
{{</ notice >}}

View File

@ -121,7 +121,7 @@ The output may look as follows if the component runs successfully:
```bash
NAME READY STATUS RESTARTS AGE
ks-jenkins-5cbbfbb975-hjnll 1/1 Running 0 40m
devops-jenkins-5cbbfbb975-hjnll 1/1 Running 0 40m
s2ioperator-0 1/1 Running 0 41m
```

View File

@ -47,7 +47,7 @@ Change the value of `openpitrix.store.enabled` from `true` to `false` in `ks-ins
3. Run the following commands:
```bash
helm -n kubesphere-devops-system delete ks-jenkins
helm -n kubesphere-devops-system delete devops-jenkins
helm -n kubesphere-devops-system delete uc
```

View File

@ -79,7 +79,7 @@ weight: 11310
```bash
$ kubectl get pod -n kubesphere-devops-system
NAME READY STATUS RESTARTS AGE
ks-jenkins-68b8949bb-7zwg4 1/1 Running 0 84m
devops-jenkins-68b8949bb-7zwg4 1/1 Running 0 84m
s2ioperator-0 1/1 Running 1 84m
sonarqube-postgresql-0 1/1 Running 0 5m31s
sonarqube-sonarqube-bb595d88b-97594 1/1 Running 2 5m31s

View File

@ -26,7 +26,7 @@ Weight: 11260
{{< notice warning >}}
`ks-jenkins` 部署 (Deployment) 中修改电子邮件服务器后它会重新启动。因此DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。
`devops-jenkins` 部署 (Deployment) 中修改电子邮件服务器后它会重新启动。因此DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。
{{</ notice >}}

View File

@ -118,7 +118,7 @@ kubectl get pod -n kubesphere-devops-system
```bash
NAME READY STATUS RESTARTS AGE
ks-jenkins-5cbbfbb975-hjnll 1/1 Running 0 40m
devops-jenkins-5cbbfbb975-hjnll 1/1 Running 0 40m
s2ioperator-0 1/1 Running 0 41m
```

View File

@ -48,7 +48,7 @@ kubectl -n kubesphere-system edit clusterconfiguration ks-installer
3. 运行下面的命令。
```bash
helm -n kubesphere-devops-system delete ks-jenkins
helm -n kubesphere-devops-system delete devops-jenkins
helm -n kubesphere-devops-system delete uc
```