Skip to content

Commit

Permalink
Merge pull request #277 from k82cn/ka_273_2
Browse files Browse the repository at this point in the history
Removed duplicated PDB informer.
  • Loading branch information
k82cn authored Jul 7, 2018
2 parents 6fb5d00 + 573999b commit e7de4ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheduler/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ func newSchedulerCache(config *rest.Config, schedulerName string) *SchedulerCach
func (sc *SchedulerCache) Run(stopCh <-chan struct{}) {
go sc.pdbInformer.Informer().Run(stopCh)
go sc.podInformer.Informer().Run(stopCh)
go sc.pdbInformer.Informer().Run(stopCh)
go sc.nodeInformer.Informer().Run(stopCh)
go sc.schedulingSpecInformer.Informer().Run(stopCh)

Expand Down

0 comments on commit e7de4ea

Please sign in to comment.