readme: Update repository with information about remote execution

This commit is contained in:
James Shubin
2016-10-07 15:34:42 -04:00
parent 4b8ad3a8a7
commit 8ca5e38121
5 changed files with 46 additions and 2 deletions

View File

@@ -36,7 +36,8 @@
// * The elected leader should decide who to nominate/unnominate to keep the right number of servers.
//
// Smoke testing:
// ./mgmt run --file examples/etcd1a.yaml --hostname h1
// mkdir /tmp/mgmt{A..E}
// ./mgmt run --file examples/etcd1a.yaml --hostname h1 --tmp-prefix
// ./mgmt run --file examples/etcd1b.yaml --hostname h2 --tmp-prefix --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2381 --server-urls http://127.0.0.1:2382
// ./mgmt run --file examples/etcd1c.yaml --hostname h3 --tmp-prefix --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2383 --server-urls http://127.0.0.1:2384
// ETCDCTL_API=3 etcdctl --endpoints 127.0.0.1:2379 put /_mgmt/idealClusterSize 3