diff --git a/federation/cluster/common.sh b/federation/cluster/common.sh index e836f84088e5..90acaeb462be 100644 --- a/federation/cluster/common.sh +++ b/federation/cluster/common.sh @@ -93,6 +93,7 @@ function create-federation-api-objects { #We will use loadbalancer services where we can export FEDERATION_API_NODEPORT=32111 export FEDERATION_NAMESPACE + export FEDERATION_NAME="${FEDERATION_NAME:-federation}" template="go run ${KUBE_ROOT}/federation/cluster/template.go"