I am using kube-prometheus-stack
, deployed via Helm to my K8s cluster. This incudes the Prometheus Alertmanager among others. I'm trying to configure it to send alert notifications to Slack and am running into some problems.
When I go to the Alertmanager page and select the Status tab, it shows that it's up, but that the cluster status is disabled.
What does that mean? Does it need to enabled for it to be able to send notifications? If so, how do I enable it? Keep in mind I am using Helm, so I affect configuration via the chart's values.yaml file.