Replies: 1 comment
-
@dulhaver I'm surprised that indeed does not work, since the resolution of your listen client URLs should resolve locally never bouncing anywhere but your own machine. Are you still stuck? I can maybe help look into this, if you need a hand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a 3 node etcd cluster that should handle postgres HA via patroni and haproxy.
Due to company policies I need to building everything manually. Getting this to work is quite a challenge but I am making baby steps towards success.
current road blocker ist getting etcd to recognise all 3 members
I had organized for port
2379
,2380
being accessible on the respective other 2 nodes in the cluster, but the above smells a bit like as if I may need to open a route to each node itself also?Or is there something wrong with my environment
... i.e. using
0.0.0.0
instead of the ip addresse (10.254.29.93
in my current example) ?Beta Was this translation helpful? Give feedback.
All reactions