github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-federation.env (about)

     1  ### job-env
     2  FEDERATION=true
     3  USE_KUBEFED=true
     4  
     5  KUBE_REGISTRY=gcr.io/k8s-jkns-e2e-gce-federation
     6  
     7  # Where the clusters will be created.
     8  E2E_ZONES=us-central1-a us-central1-b us-central1-f
     9  FEDERATION_CLUSTERS=us-central1-a us-central1-b us-central1-f
    10  
    11  
    12  
    13  FEDERATION_DNS_ZONE_NAME=test-f8n.k8s.io.
    14  
    15  # TODO: Replace this with FEDERATION_HOST_CLUSTER, but do it in
    16  # lock steps. First make current the scripts understand the host
    17  # parameters. Then make the necessary changes to make them more
    18  # accurate.
    19  FEDERATION_HOST_CLUSTER_ZONE=us-central1-f
    20