What is the cli flag to enable cross-zone load balancing when creating a AWS classic load balancer?

What is the flag in v2 to enable cross-zone load balancing when creating a AWS classic load balancer? By default, cross-zone load balancing is disabled.

Screenshot 2023-01-05 at 12.26.39 PM

Found the answer. Since I am using the Helm chart, can simply do the following in the values.yaml file:

service:
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.