Do not schedule pod to the node under PID pressure.

Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
This commit is contained in:
Da K. Ma
2018-03-19 18:25:12 +08:00
parent 3dbcd1ddce
commit 2c10d15ae5
13 changed files with 185 additions and 13 deletions

View File

@@ -134,6 +134,7 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
"CheckNodeCondition", // mandatory predicate
"CheckNodeDiskPressure",
"CheckNodeMemoryPressure",
"CheckNodePIDPressure",
"CheckVolumeBinding",
"GeneralPredicates",
"MatchInterPodAffinity",