-
Story
-
Resolution: Done
-
Blocker
-
Global Hub 1.0.0
Value Statement
the observability dashboard - ACM Cluster Overview is empty when imported as managed hub cluster. the reason is due to disable self management so that the metrics collector won't run in local-cluster. that is why the data is lost.
Three potential solutions:
- since the data is related with hub cluster, it is not related with local-cluster. so even if the self management is disable, we should still collect such data. run the metrics collector instance in open-cluster-management-observability namespace. it is triggered by MCO CR.
- import hub cluster in hosted mode. we only support this option. And we cannot enable other addons in the global hub. Only install registration and work agent for the managed hub clusters. we can install it into a different namespace. In this case, we do not require to disable self management. it disable the capability to use policy to deploy ACM.
- enable the observability in the global hub cluster, so that the related metrics can be collected in the global hub thanos. then we can add the ACM cluster overview dashboard in global hub grafana (may have permission issue)
Definition of Done for Engineering Story Owner (Checklist)
- ...
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the [Customer
Portal_doc_issue template](
https://github.com/stolostron/backlog/issues/new?assignees=&labels=squad%3Adoc&template=doc_issue.md&title=),
and ensure doc acceptance criteria is met. Link the development issue to
the doc issue. - [ ] Provide input to the QE team, and ensure QE acceptance criteria
(established between story owner and QE focal) are met.
Support Readiness
- [ ] The must-gather script has been updated.