File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,9 @@ GitHub Actions pipelines are created and executed:
276276
277277
278278
279- ### 8.3 ArgoCD Installation
279+ ### 8.3 Argo CD Installation
280280
281- ArgoCD is installed in your Kubernetes cluster:
281+ Argo CD is installed in your Kubernetes cluster:
282282
283283```bash
284284tiexin@mbp ~/work/devstream-io/test $ kubectl get namespaces
@@ -300,7 +300,7 @@ argocd-repo-server-d4f5cc7cb-8gj24 1/1 Running 0
300300argocd-server-5bb75c4bd9-g948r 1/1 Running 0 5m43s
301301```
302302
303- ### 8.4 Continuous Deployment with ArgoCD
303+ ### 8.4 Continuous Deployment with Argo CD
304304
305305The CI pipelines build a Docker image and push it into Dockerhub, and an Argo CD application created by DevStream deploys the app already:
306306
Original file line number Diff line number Diff line change @@ -273,9 +273,9 @@ GitHub Actions 流水线已经被创建并运行:
273273
274274! [](gitops/b.png)
275275
276- # ## 8.3 ArgoCD 的安装
276+ # ## 8.3 Argo CD 的安装
277277
278- ArgoCD 已经被安装到了 Kubernetes 集群中:
278+ Argo CD 已经被安装到了 Kubernetes 集群中:
279279
280280` ` ` bash
281281tiexin@mbp ~/work/devstream-io/test $ kubectl get namespaces
@@ -297,9 +297,9 @@ argocd-repo-server-d4f5cc7cb-8gj24 1/1 Running 0
297297argocd-server-5bb75c4bd9-g948r 1/1 Running 0 5m43s
298298` ` `
299299
300- # ## 8.4 使用 ArgoCD 持续部署
300+ # ## 8.4 使用 Argo CD 持续部署
301301
302- CI 流水线已经构建了一个 Docker 镜像并推送到了 Dockerhub,而 DevStream 创建的 ArgoCD 应用也部署了这个应用:
302+ CI 流水线已经构建了一个 Docker 镜像并推送到了 Dockerhub,而 DevStream 创建的 Argo CD 应用也部署了这个应用:
303303
304304` ` ` bash
305305tiexin@mbp ~/work/devstream-io/test $ kubectl get deployment -n default
Original file line number Diff line number Diff line change 11# argocdapp Plugin
22
3- This plugin creates an [ ArgoCD Application] ( https://argo-cd.readthedocs.io/en/stable/core_concepts/ ) custom resource.
3+ This plugin creates an [ Argo CD Application] ( https://argo-cd.readthedocs.io/en/stable/core_concepts/ ) custom resource.
44
55** Notes:**
66
7- - ArgoCD itself must have been already installed before the usage of this plugin.
8- To install ArgoCD , use the [ helm-installer plugin] ( ./helm-installer/argocd.md ) .
7+ - Argo CD itself must have been already installed before the usage of this plugin.
8+ To install Argo CD , use the [ helm-installer plugin] ( ./helm-installer/argocd.md ) .
99 Or you can use both plugins(argocd+argocdapp) at the same time.
1010 See [ GitOps Toolchain] ( ../best-practices/gitops.md ) for more info.
11- - Currently, only the Helm chart is supported when creating the ArgoCD application.
11+ - Currently, only the Helm chart is supported when creating the Argo CD application.
1212- Modify the file accordingly. Especially remember to modify ` ARGOCD_TOOL_NAME ` .
1313
1414## Usage
Original file line number Diff line number Diff line change 1616| CI | gitlabci-java | GitLab CI for Java | [ doc] ( gitlabci-java.md ) |
1717| CI | gitlabci-generic | Generic GitLab CI | [ doc] ( gitlabci-generic.md ) |
1818| CI | ci-generic | Generic CI plugin | [ doc] ( ci-generic.md ) |
19- | CD/GitOps | argocdapp | ArgoCD Application creation | [ doc] ( argocdapp.md ) |
19+ | CD/GitOps | argocdapp | Argo CD Application creation | [ doc] ( argocdapp.md ) |
2020| Image Repository | harbor-docker | Harbor Docker compose install | [ doc] ( harbor-docker.md ) |
2121| Deployment | helm-installer | Helm chart install | [ doc] ( helm-installer/helm-installer.md ) |
2222
You can’t perform that action at this time.
0 commit comments