Merge pull request #2592 from dchen1107/mirror-registry

Enable Docker Cache for OSS on gce.
pull/6/head
Tim Hockin 2014-11-25 09:23:40 +08:00
commit f24ea5ce59
1 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,5 @@ if [[ "${FLUENTD_GCP-}" != "true" ]]; then
FLUENTD_ELASTICSEARCH="true" FLUENTD_ELASTICSEARCH="true"
fi fi
fi fi
# When set to true, Docker Cache is enabled by default as part of the cluster bring up.
ENABLE_DOCKER_REGISTRY_CACHE=true