-
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
Added support for AWS inf2 instance types #5529
Conversation
Added support for the AWS Inferentia 2 instance types based on the NeuronCore v2 chip architecture
Welcome @mmcclean-aws! |
/test all |
@ferboz: 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. |
/hold I don't understand why this PR is changing VPA files. This seems weird because there is a change in a vendored file but there are no corresponding changes in go.mod / go.sum |
Agree with @jbartosik . If you're needing to update the vendored AWS SDK for the CA, you can see instructions on doing that here: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws#using-the-aws-sdk-vendored-in-the-aws-cloudprovider |
thanks @gjtempleton and @jbartosik. Does that mean that in order to add a new instance type this repo doesn't need to be updated ? All you need to do is either wait till the AWS SDK is updated or follow the instructions outlined in the link shared ? |
IIUC you need to update the sdk based on the instructions from the link. This change should really be limited to changes within /assign @gjtempleton @jaypipes @drmorr0 FWIW, we should really do #4878 (and perhaps a similar change for VPA) to limit confusion in the future. |
There's a couple of bits necessary for this, the update to the hardcoded list which you've already included and following the instructions linked to previously to update the AWS SDK version we vendor in to the AWS cloudprovider implementation for the CA. The changes to the VPA related files should be rolled back as @jbartosik and @x13n say. |
I have now rolled back the VPA related files as requested |
Co-authored-by: Guy Templeton <[email protected]>
Thanks for the help on this @gjtempleton! In the short term, we may need to continue to support ad-hoc manual support for preview EC2 instance types. I'm happy to review and support PRs to the AWS provider for this, if you're comfortable continuing this practice. |
Thanks. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gjtempleton, mmcclean-aws 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 |
Thanks @ellistarn |
Added support for the AWS Inferentia 2 instance types based on the NeuronCore v2 chip architecture
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #5528
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: