Skip to content

Commit bb338f9

Browse files
author
Divya Bhushan
authored
Updating installation status info for CI/CD (#1687)
* Updating installation status info for CI/CD * Restructuring the installation status message
1 parent 6389666 commit bb338f9

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ Devtron is designed to be modular, and its functionality can be easily extended
6969

7070
[Devtron CI/CD with GitOps](#install-devtron-with-cicd-integration) integration is used to automate the builds and deployments and enables the software development teams to focus on meeting the business requirements, code quality, and security.
7171

72-
* Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers
73-
* Supports pre-CI and post-CI integrations for code quality monitoring
74-
* Seamlessly integrates with Clair for image vulnerability scanning
72+
* Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers.
73+
* Supports pre-CI and post-CI integrations for code quality monitoring.
74+
* Seamlessly integrates with Clair for image vulnerability scanning.
7575
* Supports different deployment strategies: Blue/Green, Rolling, Canary, and Recreate.
76-
* Implements GitOps to manage the state of Kubernetes applications
77-
* Integrates with ArgoCD for continuous deployment
78-
* Checks logs, events, and manifests or exec inside containers for debugging
76+
* Implements GitOps to manage the state of Kubernetes applications,
77+
* Integrates with ArgoCD for continuous deployment.
78+
* Checks logs, events, and manifests or exec inside containers for debugging.
7979
* Provides deployment metrics like; deployment frequency, lead time, change failure rate, and mean-time recovery.
80-
* Seamlessly integration with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard
80+
* Seamlessly integrates with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard.
8181

8282
## Architecture
8383

@@ -110,11 +110,9 @@ helm install devtron devtron/devtron-operator \
110110

111111
Please refer to the document on how to [install Devtron with CI/CD](./docs/setup/install/install-devtron-with-cicd.md) for more information.
112112

113-
<br>
114-
115-
### Installation status
113+
#### Installation status
116114

117-
The install commands start Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can use the following command to check the status of the installation:
115+
The above install command for CI/CD integration starts Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can check the status of the installation with the following command:
118116

119117
```bash
120118
kubectl -n devtroncd get installers installer-devtron \

0 commit comments

Comments
 (0)