-
Notifications
You must be signed in to change notification settings - Fork 232
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
Unable to setup on mac m1 #765
Comments
The chart needs to be updated to use newer versions of zookeeper (and Kafka) that provide arm64 images. For zookeeper, it should be a straightforward change to using |
It seems that |
any possible setup solution? |
Use Strimzi if you want to run Kafka in Kubernetes |
It took me a long time to figure out the problem and to finally find this issue. If the problem is not fixed for 6 months, the charts in master should at least be moved to a dev branch or something. Are there other charts/values we should be looking at? If there's no current work-around then doesn't that affect production for lots of people? |
I doubt that there are lots of people using it. It doesn't seem like it has been actively maintained. IBM is dropping OpenWhisk as well. |
See #781 and apache/openwhisk#5503. |
After running helm install owdev openwhisk/openwhisk -n openwhisk --create-namespace -f mycluster.yaml, I checked the logs of pod owdev-zookeeper-0 and received the zookeeper image error.
Failed to pull image "zookeeper:3.4": rpc error: code = Unknown desc = no matching manifest for linux/arm64/v8 in the manifest list entries
The text was updated successfully, but these errors were encountered: