-
Notifications
You must be signed in to change notification settings - Fork 474
how set route reflector advertise all node cidr to external peer #773
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
Comments
change one rr client and server cluster id to "45", find client peer all rr server ignore cluster id, and rr server peer all node ignore cluster id.
|
find solution for rr redundant, set rr annotations same with 'kube-router.io/rr.server: "43"' and 'kube-router.io/rr.client: "43"', or peer rr.server different cluster id.
or
|
@wu0407 Is this still an issue for you? |
no, i take some trick to do it. It's better to mention it in the document |
Route reflector peer outside route not advertise all router reflector client rib, outside route need learn all nodes cidr in the cluster, but sometime Route reflector only advertise self pod cidr to outside route.
kube-router v0.3.2
three Route reflector with same cluster id:
kube-router.io/rr.server: "43"
rr client
kube-router.io/rr.client: "43"
peer route is 192.168.251.145
Route reflector runing command
route reflector advertise part of rib to 192.168.251.145, and three node not advertise same count route
how set for advertise all router reflector client rib to outside router? And rr not Redundant, is bug ?
The text was updated successfully, but these errors were encountered: