forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci-kubernetes-e2e-gce-enormous-teardown.env
37 lines (34 loc) · 1.16 KB
/
ci-kubernetes-e2e-gce-enormous-teardown.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
### provider-env
KUBERNETES_PROVIDER=gce
CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS=1
### project-env
# XXX Not a unique project
PROJECT=kubernetes-scale
# Override GCE defaults.
# Temporarily switch of Heapster, as this will not schedule anywhere.
# TODO: Think of a solution to enable it.
KUBE_ENABLE_CLUSTER_MONITORING=none
# TODO: Move to us-central1-c once we have permission for it.
KUBE_GCE_ZONE=us-east1-a
MASTER_SIZE=n1-standard-32
# Increase disk size to check if that helps for etcd latency.
MASTER_DISK_SIZE=100GB
NODE_SIZE=n1-standard-1
NODE_DISK_SIZE=50GB
# Reduce logs verbosity
TEST_CLUSTER_LOG_LEVEL=--v=1
# 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
CLUSTER_IP_RANGE=10.224.0.0/13
NUM_NODES=2000
ALLOWED_NOTREADY_NODES=20