-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 attaching same external load balancer to multiple instance groups #10666
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -86,7 +86,7 @@ resource "aws_autoscaling_group" "master-us-test-1a-masters-externallb-example-c | |||
id = aws_launch_template.master-us-test-1a-masters-externallb-example-com.id | |||
version = aws_launch_template.master-us-test-1a-masters-externallb-example-com.latest_version | |||
} | |||
load_balancers = ["my-external-elb-2", "my-external-elb-3"] | |||
load_balancers = ["master-us-test-1a.masters.externallb.example.com-my-external-elb-1", "master-us-test-1a.masters.externallb.example.com-my-external-elb-2", "master-us-test-1a.masters.externallb.example.com-my-external-elb-3"] |
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.
I wouldn't expect the terraform and cloudformation outputs to be changing. We don't want to change the names of the load balancers we're attaching to the ASGs, only the names of their fi tasks
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.
True. These latest changes should do the trick.
I guess now this has to its way into 1.19 and 1.18?
d006c75
to
e1c75c4
Compare
e1c75c4
to
5fcd4e4
Compare
/lgtm |
…-upstream-release-1.19 Automated cherry pick of #10666: Allow attaching same external load balancer to multiple
…-upstream-release-1.18 Automated cherry pick of #10666: Allow attaching same external load balancer to multiple
Similar to #10335
Fixes: #10664
/cc @rifelpet @rdrgmnzs