From 8d8d1922ddc5c70082996ed92dd5ca9e2cb8846f Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Fri, 17 Jun 2016 15:29:21 -0700 Subject: [PATCH] Change default Federation DNS zone to be RFC 2606 compliant. --- federation/cluster/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/cluster/common.sh b/federation/cluster/common.sh index 87e00f16494..a326543cab1 100644 --- a/federation/cluster/common.sh +++ b/federation/cluster/common.sh @@ -94,7 +94,7 @@ function create-federation-api-objects { export FEDERATION_API_NODEPORT=32111 export FEDERATION_NAMESPACE export FEDERATION_NAME="${FEDERATION_NAME:-federation}" - export DNS_ZONE_NAME="${DNS_ZONE_NAME:-example.com}" + export DNS_ZONE_NAME="${DNS_ZONE_NAME:-federation.example}" # See https://tools.ietf.org/html/rfc2606 template="go run ${KUBE_ROOT}/federation/cluster/template.go"