-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Vendor aws sdk in cloudprovider #4950
Vendor aws sdk in cloudprovider #4950
Conversation
/assign @gjtempleton who has full surrounding context |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/approve @gjtempleton this is a huge PR because it replaces the vendored aws-sdk-go package, but other than that doesn't do anything functional. Can we send this along? |
@AustinSiu Sorry for the delay, now getting round to this. You'll need to exclude the newly vendored package from the verification scripts to pass the failing test. You can follow the approach taken by this commit. |
e80f143
to
c6a74ed
Compare
A couple of notes/queries/requests before this looks good to merge:
|
4c04202
to
aac78b6
Compare
@gjtempleton Makes sense, I've cleaned up the commits and added some instructions around the vendored SDK. Please let me know if there are any other instructions I should add, etc. Thanks! |
Nope, that looks good to go, thanks for your persistence with this! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AustinSiu, gjtempleton, jaypipes 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 |
…loudprovider Vendor aws sdk in cloudprovider
Which component this PR applies to?
Cluster Autoscaler
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
To get around issues with updating the version of Cluster Autoscaler's direct dependency on aws-sdk-go, this PR adds a copy of the aws-sdk-go at a specific newer version within the AWS cloudprovider.
Which issue(s) this PR fixes:
Unblocks several PRs: #4424 (comment) and #4588
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: