Update building.md to clarify kubectl commands (#7477)

Remove extra spaces around pod name to clarify that the < > symbols are not redirects.
This commit is contained in:
Kyle Sexton
2018-02-22 15:33:43 -06:00
committed by k8s-ci-robot
parent 148e3cae0a
commit 3d068f5c7f
+2 -2
View File
@@ -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 <pod_name> etcdctl member list
```
and
```shell
kubectl exec < pod_name > etcdctl cluster-health
kubectl exec <pod_name> etcdctl cluster-health
```
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`