remove --machines from code and docs

This commit is contained in:
Mike Danese
2015-06-25 15:26:22 -07:00
parent 9fa8ef2a31
commit 1e130e0794
9 changed files with 3 additions and 56 deletions

View File

@@ -103,7 +103,6 @@ kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver"
# Start controller manager
kube::log::status "Starting controller-manager"
"${KUBE_OUTPUT_HOSTBIN}/kube-controller-manager" \
--machines="127.0.0.1" \
--port="${CTLRMGR_PORT}" \
--master="127.0.0.1:${API_PORT}" 1>&2 &
CTLRMGR_PID=$!