more explicit etcdctl description
assuming that kubernetes is almost always used with docker. In case other container solutions as lxc are integrated this section will need further revision. Just using the bare etcl command is a bit too less, at least there should be a hint that you log in into the container.
This commit is contained in:
@@ -100,16 +100,16 @@ 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. In case you run your pods on docker container you can validate with
|
||||
|
||||
```shell
|
||||
etcdctl member list
|
||||
docker exec -i -t < container_id > etcdctl member list
|
||||
```
|
||||
|
||||
and
|
||||
|
||||
```shell
|
||||
etcdctl cluster-health
|
||||
docker exec -i -t < container_id > etcdctl cluster-health
|
||||
```
|
||||
|
||||
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`
|
||||
|
||||
Reference in New Issue
Block a user