Skip to content

Commit

Permalink
log: log default cross zone and zone affinity config
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs committed Apr 30, 2024
1 parent 72eed17 commit 767a687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ func main() {
log.Infof("CloudWatch Alarm ConfigMap: %s", cwAlarmConfigMapLocation)
log.Infof("Default LoadBalancer type: %s", loadBalancerType)
log.Infof("Target access mode: %s", targetAccessMode)
log.Infof("NLB Cross Zone: %t", nlbCrossZone)
log.Infof("NLB Zone Affinity: %s", nlbZoneAffinity)

go handleTerminationSignals(cancel, syscall.SIGTERM, syscall.SIGQUIT)
go serveMetrics(metricsAddress)
Expand Down

0 comments on commit 767a687

Please sign in to comment.