From ef66256ffd5880f78ef0e076f2a5cf2bc2963ca7 Mon Sep 17 00:00:00 2001 From: Darwin Traver Date: Thu, 21 Mar 2019 15:49:04 -0400 Subject: [PATCH] Adding mention of UCP client bundle requirement Command will fail if run via directly from a manager node. --- ee/ucp/admin/configure/deploy-route-reflectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/configure/deploy-route-reflectors.md b/ee/ucp/admin/configure/deploy-route-reflectors.md index 9db8544119..ee63c63f50 100644 --- a/ee/ucp/admin/configure/deploy-route-reflectors.md +++ b/ee/ucp/admin/configure/deploy-route-reflectors.md @@ -240,7 +240,7 @@ kubectl -n kube-system delete pod ## Validate peers Now you can check that `calico-node` pods running on other nodes are peering -with the Route Reflector. Use a Swarm affinity filter to run `calicoctl node +with the Route Reflector. From a CLI with a UCP client bundle, use a Swarm affinity filter to run `calicoctl node status` on any node running `calico-node`: ```