From 621dc01f4200e9a0118f14508c3d5430a0e48d82 Mon Sep 17 00:00:00 2001 From: Yifan Gu Date: Wed, 13 May 2015 16:26:22 -0700 Subject: [PATCH] Remove 'auth-path' in the arguments for kubelet. Otherwise kubelet will fail to create the client because it can't find the nonexisting auth file. --- 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 eb8f5f77c5d..dc2086140c4 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -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