github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-scale-correctness.env (about) 1 ### provider-env 2 CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1 3 4 ### cluster-env 5 NUM_NODES=5000 6 NODE_SIZE=g1-small 7 NODE_DISK_SIZE=50GB 8 HEAPSTER_MACHINE_TYPE=n1-standard-8 9 ENABLE_BIG_CLUSTER_SUBNETS=true 10 LOGROTATE_MAX_SIZE=5G 11 12 ### kubernetes-env 13 ALLOWED_NOTREADY_NODES=50 14 KUBE_ENABLE_CLUSTER_MONITORING=standalone 15 # Reduce logs verbosity as the cluster is huge. 16 TEST_CLUSTER_LOG_LEVEL=--v=1 17 # TODO: Figure if we need to increase QPS for master components. 18 SCHEDULER_TEST_ARGS=--kube-api-qps=100 19 CONTROLLER_MANAGER_TEST_ARGS=--kube-api-qps=100 --kube-api-burst=100 20 APISERVER_TEST_ARGS=--max-requests-inflight=1500 --max-mutating-requests-inflight=500 21 # Increase controller-manager's resync period to simulate production 22 TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h 23 # Increase apiserver's delete collection parallelism 24 TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16 25 26 ### test-env