-
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
Support for deletion of aws resources albs nlbs during delete #5635
Conversation
/retest |
@nareshku: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
This reverts commit b9c0987.
/retest |
/assign @mikesplain |
cloudmock/aws/mockelbv2/api.go
Outdated
|
||
type loadBalancer struct { | ||
description elbv2.LoadBalancer | ||
//attributes elbv2.LoadBalancerAttribute |
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.
If attributes
is not needed, feel free to remove it.
pkg/resources/aws/aws.go
Outdated
glog.V(2).Infof("Listing all NLBs and ALBs") | ||
|
||
request := &elbv2.DescribeLoadBalancersInput{} | ||
// ELB DescribeTags has a limit of 20 names, so we set the page size here to 20 also |
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.
Is this comment also applicable to NLBs and ALBs? If so, please update the comment.
@shrinandj Thanks for reviewing 👍 |
This looks great - thank you @nareshku /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, nareshku 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 |
I started some release notes referencing this change in #5815 |
Fixes #4672
Testing Completed
Create a cluster
Create NLB ingress objects
Delete cluster has deleted the NLBs in AWS.