From e0bdb32bd78502702bc9e92ebce11d0d55ced6f1 Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Mon, 13 Jun 2016 19:01:43 -0700 Subject: [PATCH] export FEDERATION_NAME --- federation/cluster/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/federation/cluster/common.sh b/federation/cluster/common.sh index e836f84088e..90acaeb462b 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"