mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-28 08:21:31 +01:00
* Introduces the option --override-nexthop, setting it to true will make advertised next hop for the routers to the peers will be automatically selected to be appropriate reachable local IP. This will be overrider any next-hop set for the routes in the RIB. Kube-router by defauly set the next-hop to `node IP` which is not correct in case of nodes with multiple interfaces and use differnt interaces for differect external peers. Fixes #480 * add next-hop-self documentation
Kube-router Documentation
This folder holds the documentation that is served in https://www.kube-router.io/docs/.
Note:This folder may contain documentation changes that has not been released yet. Please visit above link to view documentation corresponding to latest release.