Skip to content

Commit 81ea080

Browse files
committed
made review changes
1 parent 07193ae commit 81ea080

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
include::modules/gitops-document-attributes.adoc[]
22
[id="health-information-for-resources-deploments"]
3-
= Monitoring health information for application reources and deployments
3+
= Monitoring health information for application resources and deployments
44
:context: health-information-for-resources-deploment
55
include::modules/common-attributes.adoc[]
66

77
toc::[]
88

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.
9+
The environment details page displays the health status of the application resources, such as routes, synchronization status, deployment configuration and deployment history.
1010

1111
include::modules/go-health-monitoring.adoc[leveloffset=+1]

modules/go-health-monitoring.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
[id="health-information-resources_{context}"]
22
= Checking health information
33

4+
The {gitops-title} Operator will install the GitOps backend service in the `openshift-gitops` namespace.
5+
46
.Prerequisites
57

6-
* {gitops-title} Operator installed from *OperatorHub*.
8+
* The {gitops-title} Operator is installed from *OperatorHub*.
79
* Argo CD applications are in sync.
810

911
.Procedure
1012

11-
* The Operator will install the backend service in `openshift-gitops` namespace. Click *Environments* under the *Developer* perspective.
13+
. Click *Environments* under the *Developer* perspective. The *Environments* page shows the list of applications along with their *Environment status*.
1214

13-
* The *Environments* page shows the list of applications along with their *Environment status*.
15+
. Hover over the icons under the *Environment status* column to see the synchronization status of all the environments.
1416

15-
* Hover over the icons under the *Environment status* column to see the sync status of all the environments.
17+
. Click on the application to view the details of the application.
1618

17-
* Click on the application to view the details of the application.
19+
. If the application is `out of sync` or `degraded` applications the respecting icons are displayed under the *Resources*. Hover over the icons to see the health status and the sync status. The icons are:
1820

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.
21+
.. For `degraded`, the broken heart icon is displayed.
22+
.. For `out of sync`, the yellow yield icon is displayed.

0 commit comments

Comments
 (0)