Added possibility to overwrite ENABLE_CLUSTER_DNS with env var

It's for autoscaling tests purposes and making the config consistent with
other flags like ENABLE_NODE_LOGGING
This commit is contained in:
Piotr Szczesniak
2015-07-23 10:25:06 +02:00
parent 43f6651c94
commit 06b3406cef
11 changed files with 11 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"
EXTRA_DOCKER_OPTS="-b=cbr0 --insecure-registry 10.0.0.0/8"
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS=true
ENABLE_CLUSTER_DNS="${KUBE_ENABLE_CLUSTER_DNS:-true}"
DNS_SERVER_IP="10.247.0.10"
DNS_DOMAIN="cluster.local"
DNS_REPLICAS=1