mirror of
https://github.com/kubesphere/website.git
synced 2025-12-29 07:12:48 +00:00
Update DevOps Docs per SVC Changes
Signed-off-by: Felixnoo <felixliu@kubesphere.io>
This commit is contained in:
parent
d92814be4d
commit
dbccd6c836
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Weight: 11260
|
|||
|
||||
{{< notice warning >}}
|
||||
|
||||
在 `ks-jenkins` 部署 (Deployment) 中修改电子邮件服务器后,它会重新启动。因此,DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。
|
||||
在 `devops-jenkins` 部署 (Deployment) 中修改电子邮件服务器后,它会重新启动。因此,DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue