From 3d068f5c7ffc08441909be31c7f0f7bfbfe48958 Mon Sep 17 00:00:00 2001 From: Kyle Sexton Date: Thu, 22 Feb 2018 15:33:43 -0600 Subject: [PATCH] Update building.md to clarify kubectl commands (#7477) Remove extra spaces around pod name to clarify that the < > symbols are not redirects. --- docs/admin/high-availability/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/high-availability/building.md b/docs/admin/high-availability/building.md index 99c76b8da5..1ae1b74c6e 100644 --- a/docs/admin/high-availability/building.md +++ b/docs/admin/high-availability/building.md @@ -100,13 +100,13 @@ for `${NODE_IP}` on each machine. Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate on master with ```shell -kubectl exec < pod_name > etcdctl member list +kubectl exec etcdctl member list ``` and ```shell -kubectl exec < pod_name > etcdctl cluster-health +kubectl exec etcdctl cluster-health ``` You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`