From 361b8c36bb6d7bc28987a92ad4a5fed3fff8c137 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Mon, 27 Jun 2016 14:28:04 -0700 Subject: [PATCH] Enable the docker debug mode in a e2e test cluster --- cluster/gce/config-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 5141f56081b..3dabbee1600 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -65,6 +65,9 @@ TERMINATED_POD_GC_THRESHOLD=${TERMINATED_POD_GC_THRESHOLD:-100} # Extra docker options for nodes. EXTRA_DOCKER_OPTS="${EXTRA_DOCKER_OPTS:-}" +# Enable the docker debug mode. +EXTRA_DOCKER_OPTS="${EXTRA_DOCKER_OPTS} --debug" + SERVICE_CLUSTER_IP_RANGE="10.0.0.0/16" # formerly PORTAL_NET # When set to true, Docker Cache is enabled by default as part of the cluster bring up.