Open clyang82 opened 5 years ago
What you are requesting I do not think is possible with this routereflector. It sounds like you are trying to have one route reflector work for 3 different clusters which this was not designed to do. I believe to do what you want you will need to setup your own route reflector, using Bird, GoBGP or whatever BGP server you want and configure it to listen on each of those different addresses. It sounds like you are trying to do the next level up BGP server that this routereflector was intended to connect to.
@tmjd Thanks for your information. Can you point me some references to setup?
your own route reflector, using Bird, GoBGP or whatever BGP server you want and configure it to listen on each of those different addresses.
Thanks @tmjd
I would like to setup an environment with routereflector as below:
output of
calicoctl node status
the network is not ready in prod and test groups, because cannot connect with 9.111.255.81.
My questions are
PEER ADDRESS
as hostname?IP
with multiple ip addressed or supportIPS
?Thanks.