You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of kube-prometheus-stack is a monolith solution which makes possible to install prometheus components only once. If you need to have multiple Prometheus installations in cluster you can:
Install this chart one more time but you have to manually disable all components before which makes configuration more complex.
Install required components manually but it is less useful because kube-prometheus-stack already has all required resources for components work (services, ingresses, servicemonitors).
I can see some possible solutions:
Move prometheus, alertmanager and potentially thanos rule templates in separate helm charts and install them as dependencies.
Add an option to disable by default installation of all components.
What do you think about it?
Thanks!
The text was updated successfully, but these errors were encountered:
In general this was part of the plan when we moved and renamed the chart, to simplify the charts where possible: phase 2 after moving them as-is. See prometheus-community/community#28 (comment)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Hi!
Current implementation of kube-prometheus-stack is a monolith solution which makes possible to install prometheus components only once. If you need to have multiple Prometheus installations in cluster you can:
I can see some possible solutions:
What do you think about it?
Thanks!
The text was updated successfully, but these errors were encountered: