mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Change default Federation DNS zone to be RFC 2606 compliant.
This commit is contained in:
parent
5a6188d61e
commit
8d8d1922dd
@ -94,7 +94,7 @@ function create-federation-api-objects {
|
|||||||
export FEDERATION_API_NODEPORT=32111
|
export FEDERATION_API_NODEPORT=32111
|
||||||
export FEDERATION_NAMESPACE
|
export FEDERATION_NAMESPACE
|
||||||
export FEDERATION_NAME="${FEDERATION_NAME:-federation}"
|
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"
|
template="go run ${KUBE_ROOT}/federation/cluster/template.go"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user