You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
The annotation above doesn't take any effect on NLBs. It doesn't matter if you are updating an existing NLB or if you are provisioning it from scratch.
What you expected to happen:
The "Cross-zone load balancing" setting enabled on the NLB.
How to reproduce it (as minimally and precisely as possible):
Just create a K8s Service resource with the following annotations:
[edit]: I can at least confirm that service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" appears to work properly via aws-load-balancer-controller
[edit x 2]: derp I was using an nlb-ip. My test is invalid, they don't provide for nlb yet.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What happened:
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
The annotation above doesn't take any effect on NLBs. It doesn't matter if you are updating an existing NLB or if you are provisioning it from scratch.
What you expected to happen:
The "Cross-zone load balancing" setting enabled on the NLB.
How to reproduce it (as minimally and precisely as possible):
Just create a K8s Service resource with the following annotations:
Environment:
both Kubectl and AWS EKS cluster on version v1.18.9
/kind bug
The text was updated successfully, but these errors were encountered: