Reputation: 51
I am trying to configure alerts using Alert Manager with Prometheus (using Helm and Kubernetes). On Alert Manager UI, I am getting cluster status as disabled. How do I move it to a ready state?
Attaching the image for the same
Upvotes: 5
Views: 6626
Reputation: 1
comment the line in deployments --cluster.listen-address, Showing cluster is up after pods are restarted.
Upvotes: 0
Reputation: 75
Can you check if --cluster.listen-address
is set to blank in your helm chart. Clustering is disabled if the mentioned key is blank.
Upvotes: 6