Hi teams: My scenarios is like this:
My master nodes were deployed in AWS. My slaves were in AZURE.So they communicate via public ip. I got trouble when slaves try to register to master. Now slaves can get master’s public ip address,and can send register request.But they can only send there private ip to master.(Because they don’t know there public ip,thus they can’t not bind a public ip via ―ip flag), thus masters can’t connect slaves.How can the slave to tell master which ip master should connect(I can’t find any flags like ―advertise_ip in master).

