Merge pull request #30154 from ronnielai/dep

Automatic merge from submit-queue

Adding a default eviction disk check in test

This is to test that eviction options don't affect e2e tests
This commit is contained in:
Kubernetes Submit Queue 2016-08-06 04:09:44 -07:00 committed by GitHub
commit b5ce23c48d

View File

@ -180,4 +180,4 @@ E2E_STORAGE_TEST_ENVIRONMENT=${KUBE_E2E_STORAGE_TEST_ENVIRONMENT:-false}
PREPULL_E2E_IMAGES="${PREPULL_E2E_IMAGES:-true}"
# Evict pods whenever compute resource availability on the nodes gets below a threshold.
EVICTION_HARD="${EVICTION_HARD:-memory.available<100Mi}"
EVICTION_HARD="${EVICTION_HARD:-memory.available<100Mi,nodefs.available<256Mi}"