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