Skip to content

Commit 4999b3e

Browse files
authored
Merge pull request #40988 from DebarghoGhosh/health-information-for-resources-3546
RHDEVDOCS-3546 - Added environment and health check details
2 parents f15080e + ee185c6 commit 4999b3e

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-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 resources and deployments
4+
:context: health-information-for-resources-deploment
5+
include::modules/common-attributes.adoc[]
6+
7+
toc::[]
8+
9+
The environment details page displays the health status of the application resources, such as routes, synchronization status, deployment configuration and deployment history.
10+
11+
include::modules/go-health-monitoring.adoc[leveloffset=+1]

modules/go-health-monitoring.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[id="health-information-resources_{context}"]
2+
= Checking health information
3+
4+
The {gitops-title} Operator will install the GitOps backend service in the `openshift-gitops` namespace.
5+
6+
.Prerequisites
7+
8+
* The {gitops-title} Operator is installed from *OperatorHub*.
9+
* Argo CD applications are in sync.
10+
11+
.Procedure
12+
13+
. Click *Environments* under the *Developer* perspective. 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 synchronization status of all the environments.
16+
17+
. Click on the application name from the list to view the details of a specific application.
18+
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:
20+
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)