github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/jobs/env/ci-kubernetes-e2e-scalability-common.env (about)

     1  ### Common env variables for all scalability-related suites.
     2  
     3  # Override GCE defaults.
     4  NODE_SIZE=n1-standard-1
     5  NODE_DISK_SIZE=50GB
     6  REGISTER_MASTER=true
     7  LOGROTATE_MAX_SIZE=5G
     8  
     9  # Use IP-aliases for scalability tests.
    10  KUBE_GCE_ENABLE_IP_ALIASES=true
    11  # Turn on profiling for various components and
    12  # increase throughput in master components.
    13  ETCD_EXTRA_ARGS=--enable-pprof
    14  CONTROLLER_MANAGER_TEST_ARGS=--profiling --kube-api-qps=100 --kube-api-burst=100
    15  KUBELET_TEST_ARGS=--enable-debugging-handlers
    16  KUBEPROXY_TEST_ARGS=--profiling
    17  SCHEDULER_TEST_ARGS=--profiling --kube-api-qps=100 --kube-api-burst=100
    18  # Switch off image puller to workaround #44701
    19  PREPULL_E2E_IMAGES=false
    20  # Reduce logs verbosity.
    21  TEST_CLUSTER_LOG_LEVEL=--v=2
    22  # Increase resync period to simulate production.
    23  TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
    24  # Increase delete collection parallelism.
    25  TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16