You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually alertmanager instances joining into gossip.
What did you see instead? Under which circumstances?
The problem is that when you restart all of the alertmanager instances in an environment like Kubernetes, DNS may contain old alertmanager instance IPs, but on startup (when Join() happens) none of the new instance IPs. As at the start DNS is not empty resolvePeers waitIfEmpty=true, will return and "islands" of 1 alertmanager instances will form.
What did you do?
Started clustered alertmanager (v.0.15) in Kubernetes and restarted all nodes.
Ref #1428
What did you expect to see?
Eventually alertmanager instances joining into gossip.
What did you see instead? Under which circumstances?
The problem is that when you restart all of the alertmanager instances in an environment like Kubernetes, DNS may contain old alertmanager instance IPs, but on startup (when
Join()
happens) none of the new instance IPs. As at the start DNS is not emptyresolvePeers waitIfEmpty=true
, will return and "islands" of 1 alertmanager instances will form.alertmanager:v0.15.0-rc.1
logs of alertmanager1:
alertmanager2:
Metrics
All alert manager metrics endpoints show:
alertmanager_cluster_members 1
The text was updated successfully, but these errors were encountered: