Prometheus: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "== Notes on working with Prometheus via ArgoCD == Currently using ArgoCD and the kube prometheus stack installation there is a bug. This notes the fix [https://github.com/pro...")
(No difference)

Revision as of 11:57, 18 August 2022

Notes on working with Prometheus via ArgoCD

Currently using ArgoCD and the kube prometheus stack installation there is a bug. This notes the fix bug in ArgoCD. The fix is basically to create 2 applications in the same namespace. First is the CRD, and the second is the stack install itself. This appears to be due to the way kubectl deals with the overall installation.