openwhisk-deploy-kube icon indicating copy to clipboard operation
openwhisk-deploy-kube copied to clipboard

Unable to setup on mac m1

Open vincent0426 opened this issue 2 years ago • 7 comments

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

vincent0426 avatar May 28 '23 16:05 vincent0426

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 zookeeper:3.8. For Kafka, it is more involved since we need to change from wurstmeister/kafka to a different image like bitnami/kafka -- which will require some changes to the chart itself as the way that image is configured is different.

dgrove-oss avatar May 29 '23 19:05 dgrove-oss

It seems that wurstmeister/kafka is not maintained anymore (see wurstmeister/kafka-docker#742).

valebes avatar Nov 22 '23 14:11 valebes

any possible setup solution?

vincent0426 avatar Dec 02 '23 07:12 vincent0426

Use Strimzi if you want to run Kafka in Kubernetes

OneCricketeer avatar Dec 03 '23 14:12 OneCricketeer

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?

mattvonrocketstein avatar May 07 '24 07:05 mattvonrocketstein

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 currently 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.

ysiivan avatar Jul 23 '24 16:07 ysiivan

See #781 and https://github.com/apache/openwhisk/issues/5503.

dgrove-oss avatar Aug 13 '24 20:08 dgrove-oss