forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci-kubernetes-e2e-gce-enormous-cluster.env
48 lines (45 loc) · 1.72 KB
/
ci-kubernetes-e2e-gce-enormous-cluster.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
### provider-env
KUBERNETES_PROVIDER=gce
CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1
### project-env
# XXX Not a unique project
PROJECT=kubernetes-scale
# Override GCE defaults.
# TODO: Move to us-central1-c once we have permission for it.
KUBE_GCE_ZONE=us-east1-a
# TODO: Increase it when we make cluster larger.
MASTER_SIZE=n1-standard-64
# Increase disk size to check if that helps for etcd latency.
MASTER_DISK_SIZE=200GB
NODE_SIZE=n1-standard-1
NODE_DISK_SIZE=50GB
# Make cluster down delete VPC network.
KUBE_DELETE_NETWORK=true
# Reduce logs verbosity
TEST_CLUSTER_LOG_LEVEL=--v=1
# Temporarily increase verbosity for kubelet debugging (#48359).
KUBELET_TEST_LOG_LEVEL=--v=2
# Switch off image puller to workaround #32191.
PREPULL_E2E_IMAGES=false
MAX_INSTANCES_PER_MIG=1000
# Increase resync period to simulate production
TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
# Increase delete collection parallelism
TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16
# =========================================
# Configuration we are targetting in 1.6
STORAGE_MEDIA_TYPE=application/vnd.kubernetes.protobuf
KUBE_NODE_OS_DISTRIBUTION=gci
### job-env
GINKGO_PARALLEL=y
#GINKGO_TEST_ARGS=--ginkgo.focus=\[Feature:Performance\] --kube-api-content-type=application/vnd.kubernetes.protobuf --allowed-not-ready-nodes=50
CLUSTER_IP_RANGE=10.160.0.0/11
NUM_NODES=5000
ALLOWED_NOTREADY_NODES=50
# Increase throughput in master components.
CONTROLLER_MANAGER_TEST_ARGS=--kube-api-qps=100 --kube-api-burst=100
SCHEDULER_TEST_ARGS=--kube-api-qps=100 --kube-api-burst=100
APISERVER_TEST_ARGS=--max-requests-inflight=3000 --max-mutating-requests-inflight=1000
# Increase throughput in Load test.
LOAD_TEST_THROUGHPUT=10
ENABLE_BIG_CLUSTER_SUBNETS=true