Skip to content

Commit

Permalink
Clean up the wrong log
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz committed May 9, 2021
1 parent 47ef2ec commit 19a7aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/daemon/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ func (c *Controller) Run(stopCh <-chan struct{}) {
go wait.Until(ovs.CleanLostInterface, time.Minute, stopCh)
go wait.Until(recompute, 10*time.Minute, stopCh)

klog.Info("start watching namespace changes")
if ok := cache.WaitForCacheSync(stopCh, c.subnetsSynced, c.podsSynced, c.nodesSynced); !ok {
klog.Fatalf("failed to wait for caches to sync")
return
Expand Down

0 comments on commit 19a7aed

Please sign in to comment.