-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(eks): arm64 support #9875
feat(eks): arm64 support #9875
Conversation
Hi @pahud - Thanks for this! Would you mind please creating an issue for this and marking it Thanks! |
Absolutely. The issue has been linked to this PR now. Feel free to have the first round of the review if you have time. Thanks |
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.
initial pass
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Hi @eladb , all addressed in the initial round. :-) |
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
There are still a few unresolved issues @pahud |
@eladb WIP 💪 |
Hi @eladb All resolved. Please check it out again. thanks. |
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.
Approved with a minor comment.
Remove the do-not-merge
label when ready
@@ -0,0 +1,4 @@ | |||
export const GPU_INSTANCETYPES = ['p2', 'p3', 'g2', 'g3', 'g4']; |
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.
Can we change this to a map?
export INSTANCE_TYPES = {
gpu: [ ... ],
...
};
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.
Hi @eladb
Just fixed :-)
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
feat(eks): support ARM64 for self-managed and managed nodegroup
Closes: #9915
ARM64
supportARM64
supportARM64
supportamiType
from theinstanceType
to make it just works.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license