Merge pull request #86890 from damemi/move-selector-spread-to-plugin

Move selector spreading priority code to plugin
This commit is contained in:
Kubernetes Prow Robot
2020-01-08 21:29:45 -08:00
committed by GitHub
17 changed files with 343 additions and 1196 deletions

View File

@@ -111,6 +111,7 @@ func getDefaultConfig(hardPodAffinityWeight int64) *Config {
PostFilter: &schedulerapi.PluginSet{
Enabled: []schedulerapi.Plugin{
{Name: interpodaffinity.Name},
{Name: defaultpodtopologyspread.Name},
{Name: tainttoleration.Name},
},
},