This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,6 @@ OPENCONTRAIL_PUBLIC_SUBNET="${OPENCONTRAIL_PUBLIC_SUBNET:-10.1.0.0/16}"
138138HAIRPIN_MODE=" ${HAIRPIN_MODE:- promiscuous-bridge} " # promiscuous-bridge, hairpin-veth, none
139139# Optional: if set to true, kube-up will configure the cluster to run e2e tests.
140140E2E_STORAGE_TEST_ENVIRONMENT=${KUBE_E2E_STORAGE_TEST_ENVIRONMENT:- false}
141+
142+ # Evict pods whenever compute resource availability on the nodes gets below a threshold.
143+ EVICTION_HARD=" ${EVICTION_HARD:- memory.available<100Mi} "
Original file line number Diff line number Diff line change @@ -170,3 +170,6 @@ E2E_STORAGE_TEST_ENVIRONMENT=${KUBE_E2E_STORAGE_TEST_ENVIRONMENT:-false}
170170# Optional: if set to true, a image puller is deployed. Only for use in e2e clusters.
171171# TODO: Pipe this through GKE e2e clusters once we know it helps.
172172PREPULL_E2E_IMAGES=" ${PREPULL_E2E_IMAGES:- true} "
173+
174+ # Evict pods whenever compute resource availability on the nodes gets below a threshold.
175+ EVICTION_HARD=" ${EVICTION_HARD:- memory.available<100Mi} "
You can’t perform that action at this time.
0 commit comments