mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #27333 from nikhiljindal/FederationName
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
This commit is contained in:
commit
6e5faf59b2
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user