mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Fix local cluster script
This commit is contained in:
parent
11574ee990
commit
36067cf4a4
@ -282,6 +282,7 @@ function start_kubelet {
|
|||||||
--address="127.0.0.1" \
|
--address="127.0.0.1" \
|
||||||
--api-servers="${API_HOST}:${API_PORT}" \
|
--api-servers="${API_HOST}:${API_PORT}" \
|
||||||
--cpu-cfs-quota=${CPU_CFS_QUOTA} \
|
--cpu-cfs-quota=${CPU_CFS_QUOTA} \
|
||||||
|
--cluster-dns="127.0.0.1" \
|
||||||
--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