ingress-nginx: Use Cluster externalTrafficPolicy (default)
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.