-
Notifications
You must be signed in to change notification settings - Fork 867
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
Allow to canary endpoint feature to support mupliple AWS ALB. #709 #710
Comments
I think this use case makes sense to support multiple alb ingress references. |
Thanks for kindly reply. |
Do you think a definition like this would suffice this use case ?
|
@allupaku that looks good to me 👍 Currently working around this by deploying 1 Rollout per ALB, and then each Rollout is promoted individually. Small request: Could we fix the typo in the issue title? |
This issue is stale because it has been open 60 days with no activity. |
Closing in favor of #2471 becuase of the added patch |
Summary
Our application has 2 ALBs. but looks support only an ALB. I'm using alb ingress controller for mapping between ingress and AWS ALB.
Only that
app-ext
ingress can receive canary traffic when deployment. Other ingress(ALB) which is connected to app pods should receive stable traffic as 100% when deployment.Use Cases
Our app has internal alb for VPC internal connection and has external alb for enduser(client). so required multiple ALBs.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: