-
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
Surface ALB information into rollout status #1241
Comments
If I understand correctly, the alb traffic routing can be applied to BlueGreen as well. Am I correct? |
I just created a PR - #1625 |
feat(alb): Surface ALB information into rollout status (#1241) (#1625) Signed-off-by: Noam Gal <[email protected]>
Implemented by #1625 . Thank you @noam-codefresh ! |
Hey, it seems this works only if |
Summary
The recent ALB weight verification feature allowed Argo Rollouts to discover information about the underlying AWS LoadBalancer and TargetGroups, including ARN, IDs, tags, etc... Currently this is only used for verifying the weights of the TargetGroup, but it is not used anywhere else. For debugging and analysis purposes, it would be useful to surface the ALB and target group information in the rollout status. Like so:
Use Cases
When would you use this?
In order to query AWS CloudWatch for metrics about a canary service, we need to know the canary TargetGroup. However, the target group name is not easily known to the user. By filling in the target group information under the rollout status, it would allow users to perform queries about metrics specific to the canary target group by passing the target group name to the cloudwatch query
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: