We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e3f55 + bd02d27 commit b7b5996Copy full SHA for b7b5996
docs/admin/high-availability/index.md
@@ -100,16 +100,15 @@ for `${NODE_IP}` on each machine.
100
101
#### Validating your cluster
102
103
-Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate with
104
-
+Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate on master with
105
```shell
106
-etcdctl member list
+kubectl exec < pod_name > etcdctl member list
107
```
108
109
and
110
111
112
-etcdctl cluster-health
+kubectl exec < pod_name > etcdctl cluster-health
113
114
115
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`
0 commit comments