-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seed and Master MLA customization uses outdated format #1126
Comments
Another way to bring in scraping configs, as do the apiVersion: v1
kind: ConfigMap
metadata:
name: prometheus-scraping-postgres-operator
namespace: mla-system
data:
custom-scrape-configs.yaml: |
... where we can add a similar YAML-formatted string as in the manifest. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubermatic-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@embik: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@wurbanski can you maybe take a look at this if you have time and see what we need to fix and if it's still true? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@embik this is the first time I see this 👀 will take a look |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
In the current documentation for customizing seed cluster MLAs
the "Customer-Cluster" (this is called User Cluster everywhere else) Prometheus is configured through a
kubermatic.clusterNamespacePrometheus
key, that is supposedly present in the seed's YAML.Unfortunately that Key was only available and documented until v2.14,
but is still mentioned in the documentation. As the keys are only offered through
which appear very similar to those used in
While the old installer repository is full of references to it:
the new one doesn't know it anymore, and I am unsure where to put custom scraping rules for Prometheus for the user cluster MLA stack, and how to make sure that they propagate to the User Cluster MLA instances, esp. Prometheus here.
It appears this is nowadays done through the
monitoring
key in the configuration manifest, but remains undocumented:It appears this is partly related to
The text was updated successfully, but these errors were encountered: