Skip to content

Commit

Permalink
Fix local cluster script
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo committed Dec 2, 2015
1 parent 11574ee commit 36067cf
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 36067cf

Please sign in to comment.