-
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 of AWS a1.* instances (Arm-based) #6140
Comments
This is closed, did this actually happen? Is it inherently there already? |
It looks like it is in master so we need to wait for a release or do a build yourself. |
Just because it was added to the list of instance types that exist doesn't mean anything will work on it. Probably you need an OS image specifically built for ARM and all your docker containers will have to have ARM images. |
It does not work! cloud-init script fails due to exec error. I tried using arm based ubuntu ami.
|
That binary is for x86-64. You need to acquire or build one for arm64 and then modify things to pull that. I would start by sorting out what process in the project is building that binary and then submitting a PR modifying that to build for both x86-64 + aarch64. |
M6g, C6g, and R6g have been announced and looks like the performance and value are great. I will start experimenting with ARM support for Kops. Worker nodes should be pretty easy to configure. /reopen |
@hakman: Reopened this issue. 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. |
/assign @hakman |
With the a1.* instances being significantly cheaper, would it make sense at support of a1.* aws instances?
Type Spec:
https://aws.amazon.com/ec2/instance-types/a1/
The text was updated successfully, but these errors were encountered: