Skip to content

Commit

Permalink
Merge pull request #5544 from piosz/fix
Browse files Browse the repository at this point in the history
Fill NodeInfo in CreateFromKey method in scheduler
  • Loading branch information
brendandburns committed Mar 17, 2015
2 parents 3462f68 + 7aa6356 commit 2a9c308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/pkg/scheduler/factory/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (f *ConfigFactory) CreateFromKeys(predicateKeys, priorityKeys util.StringSe
PodLister: f.PodLister,
ServiceLister: f.ServiceLister,
NodeLister: f.NodeLister,
NodeInfo: f.NodeLister,
}
predicateFuncs, err := getFitPredicateFunctions(predicateKeys, pluginArgs)
if err != nil {
Expand Down

0 comments on commit 2a9c308

Please sign in to comment.