Skip to content

Commit

Permalink
Merge pull request #17633 from yangxiangyu/master
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Nov 24, 2015
2 parents 683e908 + c28b75a commit 5649182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/docker-multinode/master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ start_k8s(){
gcr.io/google_containers/etcd:2.2.1 \
/usr/local/bin/etcd \
--listen-client-urls=http://127.0.0.1:4001,http://${MASTER_IP}:4001 \
--advertise-client-urls=http://${MASTER_IP}:4001
--advertise-client-urls=http://${MASTER_IP}:4001 \
--data-dir=/var/etcd/data

sleep 5
Expand Down

0 comments on commit 5649182

Please sign in to comment.