Merge pull request #18046 from janetkuo/fix-local-cluster

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-08 14:39:32 -08:00
commit 32ac5c57ba

View File

@ -282,6 +282,7 @@ function start_kubelet {
--address="127.0.0.1" \
--api-servers="${API_HOST}:${API_PORT}" \
--cpu-cfs-quota=${CPU_CFS_QUOTA} \
--cluster-dns="127.0.0.1" \
--port="$KUBELET_PORT" >"${KUBELET_LOG}" 2>&1 &
KUBELET_PID=$!
else