Skip to content

Commit

Permalink
Merge pull request #27333 from nikhiljindal/FederationName
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

federation: setting a default value for FEDERATION_NAME

federation tests are failing right now on jenkins:

http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-federation/694/
```
FEDERATION_NAME environment variable must be set
```

Setting a default value to "federation"

cc @kubernetes/sig-cluster-federation @mml
  • Loading branch information
k8s-merge-robot authored Jun 14, 2016
2 parents 1a23da5 + e0bdb32 commit 6e5faf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions federation/cluster/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6e5faf5

Please sign in to comment.