Skip to content

Commit

Permalink
fix: register computeresource prefilter to DefaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriaaaha committed Jun 15, 2021
1 parent fc40fa9 commit 2cc4f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scheduler/algorithmprovider/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func getDefaultConfig() *schedulerapi.Plugins {
{Name: podtopologyspread.Name},
{Name: interpodaffinity.Name},
{Name: volumebinding.Name},
{Name: computeresource.Name},
},
},
Filter: &schedulerapi.PluginSet{
Expand Down

0 comments on commit 2cc4f77

Please sign in to comment.