rename default DNS domain to cluster.local

This commit is contained in:
Tim Hockin
2015-05-11 23:00:43 -07:00
parent be15e84e83
commit e83e49b076
14 changed files with 16 additions and 16 deletions

View File

@@ -58,5 +58,5 @@ LOGGING_DESTINATION=elasticsearch
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS=true
DNS_SERVER_IP="10.11.0.254"
DNS_DOMAIN="kubernetes.local"
DNS_DOMAIN="cluster.local"
DNS_REPLICAS=1