Deployed DNS horizontal autoscaler as an addon

DNS horizontal autoscaling feature is turned on by default on gce.
The corresponding env var is piped into almost all other cloud
providers.
This commit is contained in:
Zihong Zheng
2016-11-07 10:44:42 -08:00
parent bbe36f9186
commit d961190e6f
23 changed files with 117 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ DNS_SERVER_IP="10.247.0.10"
DNS_DOMAIN="cluster.local"
DNS_REPLICAS=1
# Optional: Enable DNS horizontal autoscaler
ENABLE_DNS_HORIZONTAL_AUTOSCALER="${KUBE_ENABLE_DNS_HORIZONTAL_AUTOSCALER:-false}"
# Optional: Install Kubernetes UI
ENABLE_CLUSTER_UI="${KUBE_ENABLE_CLUSTER_UI:-true}"