From ee815a87d9ae969eb481ac254c26ac2c5c7ca199 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Tue, 6 Oct 2015 10:38:22 +0200 Subject: [PATCH] Disabled cluster registry addon by default --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 31893164998..1f42c076d30 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -80,7 +80,7 @@ DNS_DOMAIN="cluster.local" DNS_REPLICAS=1 # Optional: Install cluster docker registry. -ENABLE_CLUSTER_REGISTRY="${KUBE_ENABLE_CLUSTER_REGISTRY:-true}" +ENABLE_CLUSTER_REGISTRY="${KUBE_ENABLE_CLUSTER_REGISTRY:-false}" CLUSTER_REGISTRY_DISK="${CLUSTER_REGISTRY_PD:-${INSTANCE_PREFIX}-kube-system-kube-registry}" CLUSTER_REGISTRY_DISK_SIZE="${CLUSTER_REGISTRY_DISK_SIZE:-200GB}" CLUSTER_REGISTRY_DISK_TYPE_GCE="${CLUSTER_REGISTRY_DISK_TYPE_GCE:-pd-standard}" diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 78bc780ba88..3c94e74d572 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -88,7 +88,7 @@ DNS_DOMAIN="cluster.local" DNS_REPLICAS=1 # Optional: Install cluster docker registry. -ENABLE_CLUSTER_REGISTRY="${KUBE_ENABLE_CLUSTER_REGISTRY:-true}" +ENABLE_CLUSTER_REGISTRY="${KUBE_ENABLE_CLUSTER_REGISTRY:-false}" CLUSTER_REGISTRY_DISK="${CLUSTER_REGISTRY_DISK:-${INSTANCE_PREFIX}-kube-system-kube-registry}" CLUSTER_REGISTRY_DISK_SIZE="${CLUSTER_REGISTRY_DISK_SIZE:-200GB}" CLUSTER_REGISTRY_DISK_TYPE_GCE="${CLUSTER_REGISTRY_DISK_TYPE_GCE:-pd-standard}"