stormshift / support

This repo should serve as a central source for reporting issues with stormshift
GNU General Public License v3.0
3 stars 0 forks source link

Enable Observability at ACM #135

Closed rbo closed 3 months ago

DanielFroehlich commented 3 months ago

I will do this if you dont mind - this is kind of the last missing piece to get feature/demo parity with stormshift ACM, and its not that hard. now that I got the hang of gitops....

DanielFroehlich commented 3 months ago

@rbo : I did enable ACM observability test wise tonight (gitops PR is coming soon, I jus manually applied).

Per default, all managed clusters are observed. I could imagine that this has a hefty resource impact on both the hub and spoke clusters. If that is too much, we can disable for single clusters, or (in kind of emergencies) completely quite easily. See here: https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html-single/observability/index#disabling-observability

DanielFroehlich commented 3 months ago

Pull Secret warnings need to be fixed: Unable to retrieve some image pull secrets (multiclusterhub-operator-pull-secret); attempting to pull the image may not succeed.

DanielFroehlich commented 3 months ago

Implementation is part of https://github.com/stormshift/clusters/pull/13

DanielFroehlich commented 3 months ago

Done! Works also via gitops! Key elements are:

This is not 100% gitops, as the thanos-object-storage external secret needs to contain value in the vault that are genereated from the ObjectBucketClaim. Need to find a better way to point to that source. But works for now.