You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "vincent0426 (via GitHub)" <gi...@apache.org> on 2023/05/28 16:11:28 UTC

[GitHub] [openwhisk-deploy-kube] vincent0426 opened a new issue, #765: Unable to setup on mac m1

vincent0426 opened a new issue, #765:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/765

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Unable to setup on mac m1 [openwhisk-deploy-kube]

Posted by "OneCricketeer (via GitHub)" <gi...@apache.org>.
OneCricketeer commented on issue #765:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-1837495188

   Use Strimzi if you want to run Kafka in Kubernetes 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #765: Unable to setup on mac m1

Posted by "dgrove-oss (via GitHub)" <gi...@apache.org>.
dgrove-oss commented on issue #765:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-1567429937

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Unable to setup on mac m1 [openwhisk-deploy-kube]

Posted by "valebes (via GitHub)" <gi...@apache.org>.
valebes commented on issue #765:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-1822893914

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Unable to setup on mac m1 [openwhisk-deploy-kube]

Posted by "vincent0426 (via GitHub)" <gi...@apache.org>.
vincent0426 commented on issue #765:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-1837077577

   any possible setup solution?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org