Skip to content

Commit

Permalink
Merge pull request #1847 from panslava/debug-logs
Browse files Browse the repository at this point in the history
Remove emitting Update event on top-level in L4 NetLB
  • Loading branch information
k8s-ci-robot authored Oct 27, 2022
2 parents 194a3fb + c9c035a commit 0eb58c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/l4lb/l4netlbcontroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func NewL4NetLBController(
svcKey := utils.ServiceKeyFunc(curSvc.Namespace, curSvc.Name)
if l4netLBc.shouldProcessService(curSvc, oldSvc) {
klog.V(3).Infof("L4 External LoadBalancer Service %s updated, enqueuing", svcKey)
l4netLBc.ctx.Recorder(curSvc.Namespace).Eventf(curSvc, v1.EventTypeNormal, "UPDATE", svcKey)
l4netLBc.svcQueue.Enqueue(curSvc)
l4netLBc.enqueueTracker.Track()
return
Expand Down

0 comments on commit 0eb58c5

Please sign in to comment.