Fix a bug that DefaultPreemption plugin is disabled when using scheduler policy

This commit is contained in:
Wei Huang
2020-11-10 17:46:37 -08:00
parent f102cc887e
commit 47a7c374c6
6 changed files with 38 additions and 11 deletions

View File

@@ -348,6 +348,7 @@ profiles:
{Name: "TaintToleration"},
{Name: "InterPodAffinity"},
},
"PostFilterPlugin": {{Name: "DefaultPreemption"}},
"PreScorePlugin": {
{Name: "InterPodAffinity"},
},