-
Notifications
You must be signed in to change notification settings - Fork 4
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
arm64 support #335
Comments
Hey, what platform are you running on (try running e.g. "lscpu")? The image |
Hi @maltesander oh yeah I am running on macOS with M1 CPU. Luckily, all docket images I have used so far support arm64. Or maybe this is a trend as there are more and more arm64 devices (?) Is it possible to support arm64? Thanks a lot! 😃 If using GitHub action, simply need https://github.com/docker/setup-qemu-action - name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: amd64,arm64
|
Hey @hongbo-miao! Completely agree with you - ARM is taking off. It would be a great dev experience to have it run on an ARM macOS. Unfortunately, we are not supporting it right now. Mostly due to other priorities taking up most of our attention. I wouldn't recommend using the platform or running on your ARM machine directly. It may look like QEMU works, but you will have a bad time with very weird crashes instead. If you can get access to an AMD machine with enough resources, spinning up a temporary remote k8s cluster is the way to go. You can use something like kind - everything will work as expected, and you'll be able to get a good impression of the demos and how the platform works. Sorry for the inconvenience! |
Thanks @vsupalov ! FWIW, regarding ARM machine, so far, I had quite good experience. All Docker images in this chart work well in my MacBook Pro with M1 CPU. It would be great to support in future so that we can test more easily! |
Affected version
23.1.0
Current and expected behavior
I am trying to follow this guide to install HDFS.
I succeed installing operators by:
Then when I try to install ZooKeeper cluster by:
I got error:
Any idea, thanks! 😃
It seems
docker.stackable.tech/stackable/zookeeper:3.8.0-stackable23.1.0
does not exist.Environment
The text was updated successfully, but these errors were encountered: