mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-28 21:13:35 +00:00
Merge pull request #8219 from yifan-gu/fix_localup
Remove 'auth-path' in the arguments for kubelet.
This commit is contained in:
commit
35f3fe1e73
@ -178,7 +178,6 @@ if [[ -z "${DOCKERIZE_KUBELET}" ]]; then
|
|||||||
--hostname_override="127.0.0.1" \
|
--hostname_override="127.0.0.1" \
|
||||||
--address="127.0.0.1" \
|
--address="127.0.0.1" \
|
||||||
--api_servers="${API_HOST}:${API_PORT}" \
|
--api_servers="${API_HOST}:${API_PORT}" \
|
||||||
--auth_path="${KUBE_ROOT}/hack/.test-cmd-auth" \
|
|
||||||
--port="$KUBELET_PORT" >"${KUBELET_LOG}" 2>&1 &
|
--port="$KUBELET_PORT" >"${KUBELET_LOG}" 2>&1 &
|
||||||
KUBELET_PID=$!
|
KUBELET_PID=$!
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user