-
Notifications
You must be signed in to change notification settings - Fork 674
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
Add ip alb ingress target type for EKS values #3343
Add ip alb ingress target type for EKS values #3343
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Signed-off-by: Ferdinand von den Eichen <[email protected]>
9143fe5
to
e5acf64
Compare
cc: @jeevb |
Unfortunately, we are unable to test this change right now. But we can test/approve once the Flyte development cluster is reconfigured to use ALB for ingress, by the end of the week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@jeevb Are we ok to merge this? |
Yes. This should be good! Thanks @fvde! |
The failed test seems legit in the sense that they seem to reference the eks area of the test suite. I'm not too proficient with Go, so I might need some help here... |
You will need to run the follow make target and commit the changes: Line 37 in 7f66e47
|
Signed-off-by: Ferdinand von den Eichen <[email protected]>
Done, could you retest? |
Congrats on merging your first pull request! 🎉 |
Tracking issue
This change does not close an open Issue per se, but to I had to make this change in my config to get the ALB creation to work at all. See this Slack Thread for additional background:
https://flyte-org.slack.com/archives/C01P3B761A6/p1671215817793359
Describe your changes
Route traffic for EKS deployment directly from ALB to pods. For details: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/#target-type
alb.ingress.kubernetes.io/target-type: ip
Check all the applicable boxes
Screenshots
Note to reviewers