From c65470583e00efd7a0fa09671eb3ae1cc83fa94f Mon Sep 17 00:00:00 2001 From: csrwng Date: Thu, 7 Aug 2014 10:02:15 -0400 Subject: [PATCH] Remove etcd servers flag from controller manager in local-up-cluster --- hack/local-up-cluster.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 39f3fd2533b..2b5391094a7 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -62,7 +62,6 @@ APISERVER_PID=$! CTLRMGR_LOG=/tmp/controller-manager.log ${GO_OUT}/controller-manager \ - --etcd_servers="http://127.0.0.1:4001" \ --master="${API_HOST}:${API_PORT}" &> ${CTLRMGR_LOG} & CTLRMGR_PID=$!