bentoml / yatai-deployment

🚀 Launching Bento in a Kubernetes cluster
17 stars 14 forks source link

Image Pull Failed issue on Mac M1 #131

Closed michaelwang1994-olo closed 11 months ago

michaelwang1994-olo commented 11 months ago

Following the thread here, I got yatai-deployment working in the web-ui but ran into this issue when I tried to deploy my bento:

Failed to pull image "quay.io/bentoml/kaniko:debug": rpc error: code = Unknown desc = no matching manifest for linux/arm64/v8 in the manifest list entries

I am using: minikube: v1.31.1 yatai: v1.1.13 yatai-image-builder: v1.2.16 yatai-deployment: v1.1.14 MacOS: Ventura 13.6.2, M1 Max

yetone commented 11 months ago

~‌‌‌‌Apologies, we currently do not support the ARM architecture. If you are using a Mac M1/M2, we recommend using orbstack as the container runtime, as it provides good support for the x86 architecture.~

yetone commented 11 months ago

‌‌‌‌Apologies, the information provided above was incorrect. The issue has now been resolved.