Skip to content

Commit

Permalink
Merge pull request etcd-io#7193 from gyuho/manual
Browse files Browse the repository at this point in the history
Documentation: fix typo s/endpoint-health/endpoint health/
  • Loading branch information
gyuho authored Jan 20, 2017
2 parents 1cd3fd8 + be28981 commit 94eec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94eec5d

Please sign in to comment.