Commit 42a88fc3 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27647 from quinton-hoole/2016-06-17-excise-example.com

Automatic merge from submit-queue Change default Federation DNS zone to be RFC 2606 compliant. example.com is reserved, so don't use it. Use federation.example instead.
parents db904257 8d8d1922
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment