ArgoCD monitoring
Coroot now monitors ArgoCD alongside FluxCD, showing the state of every application it manages right on the Kubernetes page.
It works out of the box: GitOps state is collected by the coroot-cluster-agent's embedded kube-state-metrics (read-only), with nothing to configure. Just upgrade the Coroot Operator to the latest version so the agent gets the read permissions it needs on the argoproj.io API group.
What's Changed
- feat: add ArgoCD monitoring to the Kubernetes page by @def in #904
- fix: allow editing SLO config when the app is missing from a stale world by @def in #905
Full Changelog: v1.21.1...v1.22.0