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
I tried deploying vm/victoria-metrics-alert with alertmanager enabled on my IPv6 only k8s cluster, but some hardcoded values in the chart prevent me from doing so.
In victoria-metrics-alert/templates/alertmanager-deployment.yaml
Hello @fayak, #883 added support of specifying listen address of Alertmanager via alertmanager.listenAddress. This was included in release v0.9.1 of victoria-metrics-alert chart. Could you please confirm if that helps in your case?
Hello @zekker6 !
Thank you for the commit, I need to test in my setup because I think I have to rewrite - --cluster.advertise-address=$(POD_IP):6783 to - --cluster.advertise-address=[$(POD_IP)]:6783 as well
Hello,
I tried deploying vm/victoria-metrics-alert with alertmanager enabled on my IPv6 only k8s cluster, but some hardcoded values in the chart prevent me from doing so.
In
victoria-metrics-alert/templates/alertmanager-deployment.yaml
should be configurable somehow to cope with IPv6 only, as the IP need some renaming/brackets.
I'm not sure what the best implementation for such configuration should be.
Best regards,
The text was updated successfully, but these errors were encountered: