Merge pull request #1587 from Dominic001/patch-2

more explicit etcdctl description
pull/1623/head^2
Jared 2016-11-21 14:21:58 -08:00 committed by GitHub
commit b7b599698d
1 changed files with 3 additions and 4 deletions

View File

@ -100,16 +100,15 @@ for `${NODE_IP}` on each machine.
#### Validating your cluster
Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate with
Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate on master with
```shell
etcdctl member list
kubectl exec < pod_name > etcdctl member list
```
and
```shell
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`