Skip to content
Snippets Groups Projects
Commit e6bf4793 authored by ale's avatar ale
Browse files

fix etcdctl member add command

parent 8ebeec8f
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,9 @@ cluster:
6. Set up the remaining machines. It is a two-step process: first, run
the following command on the first machine:
$ etcdctl member add machine2 http://machine2:2380/
$ etcdctl member add machine2 http://machine2:2380
(remember not to include a final slash on the node URL).
This will print out some environment variables. You should copy
the `ETCD_INITIAL_CLUSTER` line into `/etc/default/etcd` on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment