fix etcd flag for ubuntu

This commit is contained in:
He Simei
2015-11-18 16:03:50 +08:00
parent d069a624ac
commit 5ebff99dbf
3 changed files with 6 additions and 6 deletions

View File

@@ -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://127.0.0.1:4001,http://${MASTER_IP}:4001
--advertise-client-urls=http://${MASTER_IP}:4001
--data-dir=/var/etcd/data
sleep 5