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

     1  ### provider-env
     2  CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1
     3  
     4  ### cluster-env
     5  NUM_NODES=5000
     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=50
    14  # Reduce logs verbosity as the cluster is huge.
    15  TEST_CLUSTER_LOG_LEVEL=--v=1
    16  # Increase throughput in master components.
    17  SCHEDULER_TEST_ARGS=--kube-api-qps=100
    18  CONTROLLER_MANAGER_TEST_ARGS=--kube-api-qps=100 --kube-api-burst=100
    19  APISERVER_TEST_ARGS=--max-requests-inflight=3000 --max-mutating-requests-inflight=1000
    20  # Increase controller-manager's resync period to simulate production
    21  TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
    22  # Increase apiserver's delete collection parallelism
    23  TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16
    24  # Switch off image puller to avoid bloating node objects (#44701)
    25  PREPULL_E2E_IMAGES=false
    26  # Turn off advanced audit logging to simulate production
    27  ENABLE_APISERVER_ADVANCED_AUDIT=false
    28  
    29  ### e2e-env
    30  # We should eventually lift this condition when we know our bounds (#48938).
    31  CREATE_SERVICES=false