kolla-ansible/releasenotes/notes/disable-alertmanager-clustering-ec70f5f970c4933a.yaml
Piotr Parczewski b300f7bc40 Disable Alertmanager's peer gossip in non-HA deployments
Reference:

https://github.com/prometheus/alertmanager#turn-off-high-availability

Closes-Bug: #1926463
Change-Id: I60e1dedeac25fa8fe9538a3a8e582bd8cc9324d7
2021-05-11 14:39:29 +00:00

8 lines
301 B
YAML

---
fixes:
- |
Fixes potential issue with Alertmanger in non-HA deployments. In this
scenario, peer gossip protocol is now disabled and Alertmanager won't
try to form a cluster with non-existing other instances.
`LP#1926463 <https://bugs.launchpad.net/kolla-ansible/+bug/1926463>`__