Skip to content

Commit

Permalink
doc(NSC): add comment for hairpin controller
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Mar 1, 2024
1 parent 959022f commit 7aec8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/proxy/network_services_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ func (nsc *NetworkServicesController) Run(healthChan chan<- *healthcheck.Control
klog.Fatalf("error cleaning up old/bad masquerade rules: %s", err.Error())
}

// Run the hairpin controller
wg.Add(1)
go nsc.hpc.Run(stopCh, wg, healthChan)

Expand Down

0 comments on commit 7aec8d0

Please sign in to comment.