export FEDERATION_NAME

This commit is contained in:
nikhiljindal 2016-06-13 19:01:43 -07:00
parent 239f6273ad
commit e0bdb32bd7

View File

@ -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"