Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Additional annotation added for NLB in istio pattern #1810

Merged
merged 1 commit into from
Oct 27, 2023
Merged

fix: Additional annotation added for NLB in istio pattern #1810

merged 1 commit into from
Oct 27, 2023

Conversation

vchintal
Copy link
Contributor

@vchintal vchintal commented Oct 27, 2023

Description

Additional annotation was required below for the Service of Type=LoadBalancer to be picked by AWS Loadbalancer Controller regardless of whether the AWS Load Balancer Controller was created later than the Service itself.

"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type" = "ip"

Motivation and Context

How was this change tested?

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I ran pre-commit run -a with this PR

@vchintal vchintal requested a review from a team as a code owner October 27, 2023 21:07
@bryantbiggs bryantbiggs merged commit 06fd114 into aws-ia:main Oct 27, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The NLB created by istio-ingress service does not have cross-zone loadbalancing enabled as desired
2 participants