-
Notifications
You must be signed in to change notification settings - Fork 288
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 Macs with Apple Silicon and arm processors #182
Comments
Why our shop likes watching this issue...
This is all with the pre-supposition that moving to aarch64/arm64 from amd64 for our remote/hosted EKS environments is a "good thing" - which, for our requirements, that is very much the case. ( #687 seems like some swell headway. ) |
There has been no activity on this issue for 60 days. Labeling as stale and closing in 7 days if no further activity. |
any update on this? is it in the roadmap? any time estimates? any known workarounds? |
Any news on this issue? |
We do a lot of internal development now on M1 based Macs as well. At this point I am not ready to call this done/fully supported, but things should generally work. All of our images, including the kind images which power the bootstrap clusters and docker based eks-a clusters, are built for arm64 as well as amd64. We do not currently have test suites for these, which is why I am hesitant to close and call this done, but if you try it out and have issues, we would be willing to check it out. |
Would it be ok to update the homebrew formula to install the correct binary on M1 Macs? |
There has been no activity on this issue for 60 days. Labeling as stale and closing in 7 days if no further activity. |
Any update on this? |
Curious what the status is here, my intel mac will be replaced in a couple of months. I would love a M1/2 option on brew. |
Hi all. EKS-A should work on M1 Macs; please try it out and let us know if you have any problems. |
does it work on M2? |
Yes. |
when I installed using
|
@RazaGR There was a delay publishing the 0.18.1 brew formula, but the latest installs ARM binaries. |
@chrisdoherty4 confirm it works with new formula, I have updated the docs to reflect this as that was confusing for me. Thanks |
Hey guys, I understand the binaries for the admin machine can be installed on Apple Silicon thru brew and assuming kubernetes is not available directly on MacOS, we can't use Macs as targets for "bare metal" deployment. The question is: If we have VMware Fusion VMs on Macs with Apple Silicon, could we target them to install as "bare metal"? We have a particular scenario which would be good to run on Macs our workload. Thanks! |
What would you like to be added:
Currently the bootstrap cluster and clusters using the docker provider cannot run on M1 Macs. It would be good to support these options for administrative machines and local clusters.
Why is this needed:
To allow more users to try EKS-A and manage clusters.
The text was updated successfully, but these errors were encountered: