-
Notifications
You must be signed in to change notification settings - Fork 614
🌱 Migrate gc to aws sdk v2 #5518
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
base: main
Are you sure you want to change the base?
🌱 Migrate gc to aws sdk v2 #5518
Conversation
7b8080f
to
1822ed1
Compare
1822ed1
to
adc451e
Compare
a75be30
to
b39b276
Compare
fccf39b
to
12a5c0a
Compare
/test pull-cluster-api-provider-aws-e2e |
12a5c0a
to
2cfd1e6
Compare
/assign @nrb |
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.
/lgtm
LGTM label has been added. Git tree hash: cef4df8dd78cc2740930f3275f6bb2f33d481ebf
|
/test pull-cluster-api-provider-aws-e2e |
/hold for testing to pass |
c2c6a4d
to
5012b2c
Compare
5012b2c
to
8ee8a1e
Compare
@Danil-Grigorev would you be able to rebase? Thanks! |
Migrate the garbage collection service and related components to use the AWS SDK v2. This involves updating dependencies, refactoring client initialization, and updating API calls within the GC logic. Adds new v2 specific converters, filters, and mocks. Migrate the garbage collection logic for AWS Application Load Balancers (ALBs) and Network Load Balancers (NLBs) to use the AWS SDK v2. Migrate the garbage collection logic for Classic Load Balancers (ELB) from the AWS SDK v1 to v2. Signed-off-by: Danil-Grigorev <[email protected]>
Signed-off-by: Danil-Grigorev <[email protected]>
8ee8a1e
to
b2546a6
Compare
/test pull-cluster-api-provider-aws-e2e @AndiDog @richardcase @alexander-demicev |
/lgtm |
LGTM label has been added. Git tree hash: c405f40beccd5fe2d15e9c1f73b26d9148c70b10
|
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e |
1 similar comment
/test pull-cluster-api-provider-aws-e2e |
@Danil-Grigorev: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Migrate ELB garbage collection to AWS SDK v2
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #5406
Special notes for your reviewer:
Checklist:
Release note: