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=$!