From dbccd6c836fd08a44a352f6429e96d33845aaefb Mon Sep 17 00:00:00 2001 From: Felixnoo Date: Thu, 11 Nov 2021 16:17:42 +0800 Subject: [PATCH] Update DevOps Docs per SVC Changes Signed-off-by: Felixnoo --- content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md | 2 +- content/en/docs/devops-user-guide/how-to-use/jenkins-email.md | 2 +- content/en/docs/pluggable-components/devops.md | 2 +- .../docs/pluggable-components/uninstall-pluggable-components.md | 2 +- content/zh/docs/devops-user-guide/how-to-integrate/sonarqube.md | 2 +- content/zh/docs/devops-user-guide/how-to-use/jenkins-email.md | 2 +- content/zh/docs/pluggable-components/devops.md | 2 +- .../docs/pluggable-components/uninstall-pluggable-components.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md b/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md index ae436a8ce..c3b0abd3e 100644 --- a/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md +++ b/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md @@ -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 diff --git a/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md b/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md index 1fc30955a..b696c0e35 100644 --- a/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md +++ b/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md @@ -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. {{}} diff --git a/content/en/docs/pluggable-components/devops.md b/content/en/docs/pluggable-components/devops.md index 4c556472f..49afa31f3 100644 --- a/content/en/docs/pluggable-components/devops.md +++ b/content/en/docs/pluggable-components/devops.md @@ -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 ``` diff --git a/content/en/docs/pluggable-components/uninstall-pluggable-components.md b/content/en/docs/pluggable-components/uninstall-pluggable-components.md index 167125835..5ba0d1bd6 100644 --- a/content/en/docs/pluggable-components/uninstall-pluggable-components.md +++ b/content/en/docs/pluggable-components/uninstall-pluggable-components.md @@ -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 ``` diff --git a/content/zh/docs/devops-user-guide/how-to-integrate/sonarqube.md b/content/zh/docs/devops-user-guide/how-to-integrate/sonarqube.md index 24bbc6dca..0dda3f72e 100644 --- a/content/zh/docs/devops-user-guide/how-to-integrate/sonarqube.md +++ b/content/zh/docs/devops-user-guide/how-to-integrate/sonarqube.md @@ -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 diff --git a/content/zh/docs/devops-user-guide/how-to-use/jenkins-email.md b/content/zh/docs/devops-user-guide/how-to-use/jenkins-email.md index e58bd37b5..2a9aef731 100644 --- a/content/zh/docs/devops-user-guide/how-to-use/jenkins-email.md +++ b/content/zh/docs/devops-user-guide/how-to-use/jenkins-email.md @@ -26,7 +26,7 @@ Weight: 11260 {{< notice warning >}} - 在 `ks-jenkins` 部署 (Deployment) 中修改电子邮件服务器后,它会重新启动。因此,DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。 + 在 `devops-jenkins` 部署 (Deployment) 中修改电子邮件服务器后,它会重新启动。因此,DevOps 系统将在几分钟内不可用,请在适当的时候进行此类修改。 {{}} diff --git a/content/zh/docs/pluggable-components/devops.md b/content/zh/docs/pluggable-components/devops.md index 3fb103a5a..2c9264873 100644 --- a/content/zh/docs/pluggable-components/devops.md +++ b/content/zh/docs/pluggable-components/devops.md @@ -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 ``` diff --git a/content/zh/docs/pluggable-components/uninstall-pluggable-components.md b/content/zh/docs/pluggable-components/uninstall-pluggable-components.md index b2d13b799..aab6c5fc9 100644 --- a/content/zh/docs/pluggable-components/uninstall-pluggable-components.md +++ b/content/zh/docs/pluggable-components/uninstall-pluggable-components.md @@ -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 ```