Skip to content

Commit b7b5996

Browse files
authored
Merge pull request kubernetes#1587 from Dominic001/patch-2
more explicit etcdctl description
2 parents 23e3f55 + bd02d27 commit b7b5996

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/admin/high-availability/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,15 @@ for `${NODE_IP}` on each machine.
100100

101101
#### Validating your cluster
102102

103-
Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate with
104-
103+
Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate on master with
105104
```shell
106-
etcdctl member list
105+
kubectl exec < pod_name > etcdctl member list
107106
```
108107

109108
and
110109

111110
```shell
112-
etcdctl cluster-health
111+
kubectl exec < pod_name > etcdctl cluster-health
113112
```
114113

115114
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`

0 commit comments

Comments
 (0)