From f7a1ef8189959e6fbbf8db071561b827af7d122c Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Thu, 11 Aug 2016 15:06:55 -0700 Subject: [PATCH] enable gc by default --- cluster/common.sh | 2 +- cmd/kube-apiserver/app/options/options.go | 2 +- cmd/kube-controller-manager/app/options/options.go | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/common.sh b/cluster/common.sh index 3f5828a07b..6cfbc8cf8d 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -647,7 +647,7 @@ MANIFEST_URL: $(yaml-quote ${MANIFEST_URL:-}) MANIFEST_URL_HEADER: $(yaml-quote ${MANIFEST_URL_HEADER:-}) NUM_NODES: $(yaml-quote ${NUM_NODES}) STORAGE_BACKEND: $(yaml-quote ${STORAGE_BACKEND:-}) -ENABLE_GARBAGE_COLLECTOR: $(yaml-quote ${ENABLE_GARBAGE_COLLECTOR:-false}) +ENABLE_GARBAGE_COLLECTOR: $(yaml-quote ${ENABLE_GARBAGE_COLLECTOR:-}) EOF if [ -n "${APISERVER_TEST_ARGS:-}" ]; then cat >>$file <