carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 201 forks source link

Bind the metallb-exporter cluster role to prometheus directly #99

Closed jontg closed 3 years ago

jontg commented 3 years ago

This fixes https://github.com/carlosedp/cluster-monitoring/issues/98

jontg commented 3 years ago

@carlosedp 👋 feedback greatly appreciated - because prometheus is directly scraping metallb, the role needs to be bound to that (instead of an unused service account)

carlosedp commented 3 years ago

Thanks!