Skip to content

ingress-nginx: Use Cluster externalTrafficPolicy (default)

Dduvall requested to merge review/use-cluster-external-traffic-policy into main

The previous setting of externalTrafficPolicy: Local resulted in only one node being considered healthy by the load balancer. Using a policy of Cluster which allows all nodes to route traffic from the LB ensures a more even distribution of traffic among the nodes.

Merge request reports