I’m facing this issue with akka cluster on kubernetes
[2020-07-28 16:31:45,392] [WARN] [akka.management.cluster.bootstrap.internal.HttpContactPointBootstrap] [vishnu-controller-akka.actor.default-dispatcher-23] [akka://vishnu-controller@127.0.0.1:2550/system/bootstrapCoordinator/contactPointProbe-172-17-0-4.default.pod.cluster.local-8558] - Probing [http://172-17-0-4.default.pod.cluster.local:8558/bootstrap/seed-nodes] failed due to: Tcp command [Connect(172-17-0-4.default.pod.cluster.local:8558,None,List(),Some(10 seconds),true)] failed because of java.net.ConnectException: Connection refused
I have following config
remote {
log-remote-lifecycle-events = on
netty.tcp {
hostname = “127.0.0.1”
hostname = {?HOSTNAME}
port = 2550
port = {?PORT}
bind-hostname = 0.0.0.0
bind-port = 2550
}
}