github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/jobs/env/ci-kubernetes-e2e-kubemark-common.env (about) 1 KUBE_GCS_UPDATE_LATEST=n 2 KUBE_FASTBUILD=true 3 4 KUBE_GCE_ENABLE_IP_ALIASES=true 5 CREATE_CUSTOM_NETWORK=true 6 ENABLE_HOLLOW_NODE_LOGS=true 7 # Turn on profiling for various components. 8 ETCD_TEST_ARGS=--enable-pprof 9 CONTROLLER_MANAGER_TEST_ARGS=--profiling 10 SCHEDULER_TEST_ARGS=--profiling 11 # Increase controller-manager's resync period to simulate production. 12 TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h 13 # Reduce etcd compaction frequency to match production. 14 KUBEMARK_ETCD_COMPACTION_INTERVAL_SEC=150