Merge pull request #7193 from gyuho/manual

Documentation: fix typo s/endpoint-health/endpoint health/
release-3.2
Gyu-Ho Lee 2017-01-19 20:47:17 -08:00 committed by GitHub
commit 94eec5d41a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sudo rkt run --net=default:IP=${NODE3} coreos.com/etcd:v3.0.6 -- -name=node3 -ad
Verify the cluster is healthy and can be reached.
```
ETCDCTL_API=3 etcdctl --endpoints=http://172.16.28.21:2379,http://172.16.28.22:2379,http://172.16.28.23:2379 endpoint-health
ETCDCTL_API=3 etcdctl --endpoints=http://172.16.28.21:2379,http://172.16.28.22:2379,http://172.16.28.23:2379 endpoint health
```
### DNS