mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-test-proxy: update README
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
8f1d83cd89
commit
64c9caa76b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user