Skip to content

Commit

Permalink
hack/local-up-cluster fails to even launch apiserver
Browse files Browse the repository at this point in the history
--machines was removed but still referenced in hack/local-up-cluster.
This is not a total fix, but at least allows the apiserver to start.
  • Loading branch information
smarterclayton committed Nov 1, 2014
1 parent 10de0d1 commit c1c1155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/local-up-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ APISERVER_LOG=/tmp/apiserver.log
--address="${API_HOST}" \
--port="${API_PORT}" \
--etcd_servers="http://127.0.0.1:4001" \
--machines="127.0.0.1" \
--portal_net="10.0.0.0/24" \
--cors_allowed_origins="${API_CORS_ALLOWED_ORIGINS}" >"${APISERVER_LOG}" 2>&1 &
#--machines="127.0.0.1" \ removed
APISERVER_PID=$!

# Wait for apiserver to come up before launching the rest of the components.
Expand Down

0 comments on commit c1c1155

Please sign in to comment.