Commit a0c49126 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28131 from yujuhong/docker_debug

Automatic merge from submit-queue Enable the docker debug mode in a e2e test cluster This helps debugging a test cluster (e.g., #28124).
parents 43437e45 361b8c36
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment