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

     1  ### provider-env
     2  CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1
     3  
     4  ### cluster-env
     5  NUM_NODES=2000
     6  NODE_SIZE=n1-standard-1
     7  NODE_DISK_SIZE=50GB
     8  ENABLE_BIG_CLUSTER_SUBNETS=true
     9  LOGROTATE_MAX_SIZE=5G
    10  
    11  ### kubernetes-env
    12  KUBE_ENABLE_CLUSTER_MONITORING=none
    13  ALLOWED_NOTREADY_NODES=20
    14  # Increase throughput in master components.
    15  SCHEDULER_TEST_ARGS=--kube-api-qps=100
    16  CONTROLLER_MANAGER_TEST_ARGS=--kube-api-qps=100 --kube-api-burst=100
    17  APISERVER_TEST_ARGS=--max-requests-inflight=1500 --max-mutating-requests-inflight=500
    18  # Increase controller-manager's resync period to simulate production
    19  TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
    20  # Increase apiserver's delete collection parallelism
    21  TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16
    22  # Switch off image puller to avoid bloating node objects (#44701)
    23  PREPULL_E2E_IMAGES=false
    24  # Turn off advanced audit logging to simulate production
    25  ENABLE_APISERVER_ADVANCED_AUDIT=false