From 36067cf4a438e6dd8e4a3bdc846f7153a980f3d0 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Tue, 1 Dec 2015 17:11:21 -0800 Subject: [PATCH] Fix local cluster script --- hack/local-up-cluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index c6989a28657..9993994d7fd 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -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