Skip to content

Commit 5065ebb

Browse files
authored
add documentation for gitops monitoring dashboards (#596)
1 parent a5e18ed commit 5065ebb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/OpenShift GitOps Usage Guide.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
14. [Machine configs and Argo CD: Performance challenges](#machine-configs-and-argo-cd-performance-challenges)
1818
15. [Health status of OpenShift resources](#health-status-of-openshift-resources)
1919
16. [Upgrade GitOps Operator from v1.0.1 to v1.1.0 (GA)](#upgrade-gitops-operator-from-v101-to-v110-ga)
20-
17. [Upgrade GitOps Operator from v1.1.2 to v1.2.0 (GA)](#upgrade-gitops-operator-from-v112-to-v120-ga)
20+
17. [Upgrade GitOps Operator from v1.1.2 to v1.2.0 (GA)](#upgrade-gitops-operator-from-v112-to-v120-ga)
21+
18. [GitOps Monitoring Dashboards](#gitops-monitoring-dashboards)
2122

2223
## Installing OpenShift GitOps
2324

@@ -1438,4 +1439,12 @@ If you find any issues with respect to pods moving into pending state or error s
14381439
14391440
GitOps Operator v1.10 introduces breaking changes in SSO configurations. `.spec.dex`, `.spec.sso.image`, `.spec.sso.version`, `.spec.sso.resources` and `.spec.sso.verifyTLS` fields in ArgoCD CR are no longer supported to configure dex/keycloak SSO. If you are using these fields, please update your ArgoCD CR to use equivalent fields under `.spec.sso` for dex/keycloak SSO configurations before upgrading to v1.10.
14401441
1441-
Refer [Working with Dex](#working-with-dex) section for more details.
1442+
Refer [Working with Dex](#working-with-dex) section for more details.
1443+
1444+
## GitOps Monitoring Dashboards
1445+
1446+
As of GitOps Operator v1.10.0, the operator will deploy monitoring dashboards in the console Admin perspective. When navigating to *Observe* → *Monitoring* in the console, users should see three GitOps dashboards in the dropdown dashboard list: GitOps Overview, GitOps Components, and GitOps gRPC. These dashboards are based on the upstream Argo CD dashboards but have been modified to work with OpenShift console.
1447+
1448+
![Dashboard Select Dropdown](assets/39.gitops_monitoring_dashboards_dropdown.png)
1449+
1450+
**Note: At this time disabling or changing the content of the dashboards is not supported.**
Loading

0 commit comments

Comments
 (0)