Skip to content

Commit 07193ae

Browse files
committed
added environment details
changes made
1 parent 83b6b67 commit 07193ae

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,8 @@ Topics:
14891489
File: configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations
14901490
- Name: Deploying a Spring Boot application with Argo CD
14911491
File: deploying-a-spring-boot-application-with-argo-cd
1492+
- Name: Monitoring application health status
1493+
File: health-information-for-resources-deploment
14921494
- Name: Configuring SSO for Argo CD using Dex
14931495
File: configuring-sso-on-argo-cd-using-dex
14941496
- Name: Configuring SSO for Argo CD using Keycloak
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
include::modules/gitops-document-attributes.adoc[]
2+
[id="health-information-for-resources-deploments"]
3+
= Monitoring health information for application reources and deployments
4+
:context: health-information-for-resources-deploment
5+
include::modules/common-attributes.adoc[]
6+
7+
toc::[]
8+
9+
The environment details page in the dev console displays the health status of the resources, such as routes, sync status, deployment config, deployment history.
10+
11+
include::modules/go-health-monitoring.adoc[leveloffset=+1]

modules/go-health-monitoring.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[id="health-information-resources_{context}"]
2+
= Checking health information
3+
4+
.Prerequisites
5+
6+
* {gitops-title} Operator installed from *OperatorHub*.
7+
* Argo CD applications are in sync.
8+
9+
.Procedure
10+
11+
* The Operator will install the backend service in `openshift-gitops` namespace. Click *Environments* under the *Developer* perspective.
12+
13+
* The *Environments* page shows the list of applications along with their *Environment status*.
14+
15+
* Hover over the icons under the *Environment status* column to see the sync status of all the environments.
16+
17+
* Click on the application to view the details of the application.
18+
19+
* If the application is out of sync or not healthy the corresponding icon is displayed under *Resources*. Hover over the icons to see the health status and the sync status.

0 commit comments

Comments
 (0)