-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support different advertise address for WAN gossip #527
Comments
Makes sense! Thanks! |
+1 |
3 similar comments
👍 |
👍 |
+1 |
👍 Really need this. |
Looking into joining clusters across disparate cloud providers and data centers. In some cases creating a vpn between these networks may not be advisable or possible, such as for regulatory reasons. Having separate advertise addresses for lan and wan pools is a must. |
+1 |
+1 is there any progress on this already? |
As far as I can see the rpc advertise address should be separated too. I've managed to make the WAN gossip use a different address with this patch: pepov@9c3ef28 I suppose |
Ok, I think I just overcomplicated this and there is no need to separate the rpc advertise address because it's only for the raft protocol. (Except when you want to config the raft layer different from what advertise_addr is set to) |
Fixed in #816 |
…icorp#527) When Consul namespaces are not enabled and we are processing a service that already exists in Consul but with a different k8s namespace meta, we skip service registration to avoid service name collisions.
I would like the ability to use a node's public ip address for WAN gossip protocol, but retain use of the private ip for LAN gossip. This would negate the need to run a VPN tunnel between two datacenters.
The text was updated successfully, but these errors were encountered: