问题:部署alertmanager:v0.19.0时,pod启动失败
提示:Back-off restarting failed container
查看pod日志:提示 couldn't deduce an advertise address: no private IP found, explicit advertise addr not provided
解决方案1:降低使用alertmanager:v0.14.0
解决方案2:启动参数加:--cluster.advertise-address=0.0.0.0:9093
正常启动