github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-large-manual-up.env (about) 1 ### provider-env 2 CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1 3 4 ### cluster-env 5 NUM_NODES=1000 6 NODE_SIZE=n1-standard-1 7 NODE_DISK_SIZE=50GB 8 LOGROTATE_MAX_SIZE=5G 9 10 ### kubernetes-env 11 KUBE_ENABLE_CLUSTER_MONITORING=none 12 # Allow slack for 1% of the nodes to be unready while up'ing cluster. 13 ALLOWED_NOTREADY_NODES=10 14 # Increase throughput in master components (consider uncommenting for >= 1k-node clusters). 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