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

Allow attaching same external load balancer to multiple instance groups #10666

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

hakman
Copy link
Member

@hakman hakman commented Jan 27, 2021

Similar to #10335
Fixes: #10664

/cc @rifelpet @rdrgmnzs

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 27, 2021
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/provider/aws Issues or PRs related to aws provider approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 27, 2021
@@ -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"]
Copy link
Member

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

Copy link
Member Author

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?

@hakman hakman force-pushed the same-lb-multiple-igs branch from d006c75 to e1c75c4 Compare January 27, 2021 14:20
@rifelpet
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 27, 2021
@k8s-ci-robot k8s-ci-robot merged commit ecf795f into kubernetes:master Jan 27, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.20 milestone Jan 27, 2021
@hakman hakman deleted the same-lb-multiple-igs branch January 27, 2021 17:36
k8s-ci-robot added a commit that referenced this pull request Jan 27, 2021
…-upstream-release-1.19

Automated cherry pick of #10666: Allow attaching same external load balancer to multiple
k8s-ci-robot added a commit that referenced this pull request Jan 27, 2021
…-upstream-release-1.18

Automated cherry pick of #10666: Allow attaching same external load balancer to multiple
@olemarkus olemarkus mentioned this pull request Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/provider/aws Issues or PRs related to aws provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InstanceGroup externalLoadBalancer - found duplicate tasks
3 participants