Skip to content

Commit c69dcfe

Browse files
authored
Merge pull request #56276 from Srivaralakshmi/GitOps-EnvPages-Enhancements
Document about the new enhancements to the Environments pages
2 parents 4339001 + 0e2d283 commit c69dcfe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

cicd/gitops/health-information-for-resources-deployment.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The environment details page displays the health status of the application resources, such as routes, synchronization status, deployment configuration and deployment history.
9+
The {gitops-title} *Environments* page in the *Developer* perspective of the {product-title} web console shows a list of the successful deployments of the application environments, along with links to the revision for each deployment.
10+
11+
The *Application environments* page in the *Developer* perspective of the {product-title} web console displays the health status of the application resources, such as routes, synchronization status, deployment configuration, and deployment history.
12+
13+
The environments pages in the *Developer* perspective of the {product-title} web console are decoupled from the {gitops-title} Application Manager command-line interface (CLI), `kam`. You do not have to use `kam` to generate Application Environment manifests for the environments to show up in the *Developer* perspective of the {product-title} web console. You can use your own manifests, but the environments must still be represented by namespaces. In addition, specific labels and annotations are still needed.
1014

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

modules/go-health-monitoring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The {gitops-title} Operator will install the GitOps backend service in the `open
77
.Prerequisites
88

99
* The {gitops-title} Operator is installed from *OperatorHub*.
10-
* Argo CD applications are in sync.
10+
* Ensure that your applications are synchronized by Argo CD.
1111
1212
.Procedure
1313

@@ -17,7 +17,7 @@ The {gitops-title} Operator will install the GitOps backend service in the `open
1717

1818
. Click the application name from the list to view the details of a specific application.
1919

20-
. If the *Resources* section displays icons, hover over the icons to get status details.
20+
. In the *Application environments* page, if the *Resources* section under the *Overview* tab displays icons, hover over the icons to get status details.
2121
** A broken heart indicates that resource issues have degraded the application's performance.
2222
** A yellow yield sign indicates that resource issues have delayed data about the application's health.
2323

0 commit comments

Comments
 (0)