Skip to content

Commit

Permalink
Merge pull request kubernetes#18046 from janetkuo/fix-local-cluster
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Dec 8, 2015
2 parents 41cb3d6 + 36067cf commit 32ac5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/local-up-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32ac5c5

Please sign in to comment.