From 7b20ae9f58e5b45997ece943522c7a0a2cd82a69 Mon Sep 17 00:00:00 2001 From: Federico Soave Date: Sun, 10 Mar 2019 06:28:58 +0100 Subject: [PATCH] document workaround for cloudnativelabs/kube-router#676 (#677) --- docs/bgp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/bgp.md b/docs/bgp.md index e7b83e33..471e0fce 100644 --- a/docs/bgp.md +++ b/docs/bgp.md @@ -62,6 +62,8 @@ for Route Reflector client mode. Only nodes with the same ClusterID in client and server mode will peer together. +When joining new nodes to the cluster, remember to annotate them with `kube-router.io/rr.client=42`, and then restart kube-router on the new nodes and the route reflector server nodes to let them successfully read the annotations and peer with each other. + ## Peering Outside The Cluster ### Global External BGP Peers