Merge pull request #8219 from yifan-gu/fix_localup

Remove 'auth-path' in the arguments for kubelet.
This commit is contained in:
Yu-Ju Hong 2015-05-13 17:19:37 -07:00
commit 35f3fe1e73

View File

@ -178,7 +178,6 @@ if [[ -z "${DOCKERIZE_KUBELET}" ]]; then
--hostname_override="127.0.0.1" \
--address="127.0.0.1" \
--api_servers="${API_HOST}:${API_PORT}" \
--auth_path="${KUBE_ROOT}/hack/.test-cmd-auth" \
--port="$KUBELET_PORT" >"${KUBELET_LOG}" 2>&1 &
KUBELET_PID=$!
else