etcd-test-proxy: update README

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-02 11:03:08 -07:00
parent 8f1d83cd89
commit 64c9caa76b
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Test locally
$ ./build
$ ./bin/etcd
$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
$ make build-etcd-test-proxy
$ ./bin/etcd-test-proxy --help
$ ./bin/etcd-test-proxy --from localhost:23790 --to localhost:2379 --http-port 2378 --verbose
@ -168,7 +168,7 @@ Trigger leader election
```bash
$ ./build
$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
$ make build-etcd-test-proxy
$ rm -rf /tmp/etcd-test-proxy-data.s*
$ goreman -f ./tools/etcd-test-proxy/Procfile start

View File

@ -56,7 +56,7 @@ $ ./build
$ ./bin/etcd
# build etcd-test-proxy
$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
$ make build-etcd-test-proxy
# to test etcd with proxy layer
$ ./bin/etcd-test-proxy --help