github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/pull-kubernetes-federation-e2e-gce.env (about) 1 # Panic if anything mutates a shared informer cache 2 ENABLE_CACHE_MUTATION_DETECTOR=true 3 4 FEDERATION=true 5 USE_KUBEFED=true 6 KUBE_REGISTRY=gcr.io/k8s-jkns-pr-bldr-e2e-gce-fdrtn 7 8 # Recycle control plane. 9 # We only recycle federation control plane in each run, we don't 10 # want to recycle the clusters, it's too slow. 11 # This is accomplished by not setting FEDERATION_CLUSTERS env 12 # var or setting it to empty string. We set it to empty string 13 # to explicitly call it out. 14 FEDERATION_CLUSTERS= 15 16 # Federation control plane options. 17 FEDERATION_DNS_ZONE_NAME=pr-bldr.test-f8n.k8s.io. 18 FEDERATION_HOST_CLUSTER_ZONE=us-central1-f