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

     1  ### provider-env
     2  CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1
     3  
     4  ### cluster-env
     5  NUM_NODES=2000
     6  NODE_SIZE=g1-small
     7  NODE_DISK_SIZE=50GB
     8  HEAPSTER_MACHINE_TYPE=n1-standard-4
     9  ENABLE_BIG_CLUSTER_SUBNETS=true
    10  LOGROTATE_MAX_SIZE=5G
    11  
    12  ### kubernetes-env
    13  ALLOWED_NOTREADY_NODES=20
    14  KUBE_ENABLE_CLUSTER_MONITORING=standalone
    15  # TODO: Figure if we need to increase QPS for master components.
    16  # Increase controller-manager's resync period to simulate production
    17  TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
    18  # Increase apiserver's delete collection parallelism
    19  TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16
    20  
    21  ### test-env