By default, Disable LowDiskSpaceThresholdMB, and enable eviciton for disk

This commit is contained in:
David Ashpole
2017-05-25 10:03:35 -07:00
parent 079020f559
commit b2a60dc9a4
4 changed files with 2 additions and 9 deletions

View File

@@ -121,5 +121,3 @@ E2E_STORAGE_TEST_ENVIRONMENT=${KUBE_E2E_STORAGE_TEST_ENVIRONMENT:-false}
# Default fallback NETWORK_IF_NAME, will be used in case when no 'VAGRANT-BEGIN' comments were defined in network-script
export DEFAULT_NETWORK_IF_NAME="eth0"
# Evict pods whenever compute resource availability on the nodes gets below a threshold.
EVICTION_HARD="${EVICTION_HARD:-memory.available<100Mi,nodefs.available<10%}"