mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
:_mod-docs-content-type: PROCEDURE
|
|
[id="health-information-resources_{context}"]
|
|
= Checking health information
|
|
|
|
The {gitops-title} Operator will install the GitOps backend service in the `openshift-gitops` namespace.
|
|
|
|
.Prerequisites
|
|
|
|
* The {gitops-title} Operator is installed from the software catalog.
|
|
* Ensure that your applications are synchronized by Argo CD.
|
|
|
|
.Procedure
|
|
|
|
. Click *Environments* under the *Developer* perspective. The *Environments* page shows the list of applications along with their *Environment status*.
|
|
|
|
. Hover over the icons under the *Environment status* column to see the synchronization status of all the environments.
|
|
|
|
. Click the application name from the list to view the details of a specific application.
|
|
|
|
. In the *Application environments* page, if the *Resources* section under the *Overview* tab displays icons, hover over the icons to get status details.
|
|
** A broken heart indicates that resource issues have degraded the application's performance.
|
|
** A yellow yield sign indicates that resource issues have delayed data about the application's health.
|
|
|
|
. To view the deployment history of an application, click the *Deployment History* tab. The page includes details such as the *Last deployment*, *Description* (commit message), *Environment*, *Author*, and *Revision*.
|