Skip to content
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

[kube-monitoring] Auto-discovery of Alertmanager configuration #443

Open
2 tasks
richardtief opened this issue Oct 16, 2024 · 0 comments
Open
2 tasks

[kube-monitoring] Auto-discovery of Alertmanager configuration #443

richardtief opened this issue Oct 16, 2024 · 0 comments

Comments

@richardtief
Copy link
Member

richardtief commented Oct 16, 2024

Context

Users who install a kube-monitoring plugin in Greenhouse remote cluster and there is already an alerts plugin in the central cluster, the alertmanager configuration should be preconfigured automatically.

Tasks

  • feed alertmanger url
  • use the secret to read the certificate Authentication on alert manger input
  optionValues:
    - name: alerts.alertmanagers.hosts
      value:
        - alertmanager.domain.dns
        - alertmanagerdomain.dns
    - name: alerts.alertmanagers.tlsConfig.cert
      valueFrom:
        secret:
          key: tls.crt
          name: organisation-prometheus-sso-cert
    - name: alerts.alertmanagers.tlsConfig.key
      valueFrom:
        secret:
          key: tls.key
          name: organisation-prometheus-sso-cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant