Skip to content

Commit

Permalink
fix: add missing gc
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Oct 25, 2019
1 parent 5ed1d0c commit f3528f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ func (c *Controller) Run(stopCh <-chan struct{}) error {
c.gcLogicalSwitch()
c.gcNode()
c.gcLogicalSwitchPort()
c.gcLoadBalancer()
c.gcPortGroup()

klog.Info("Starting workers")
Expand Down

0 comments on commit f3528f2

Please sign in to comment.