-
Notifications
You must be signed in to change notification settings - Fork 129
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
add arm64 support & bump actions #277
Conversation
Since it is failed to run, I just reverted this change. |
HI Team, Can you please proved ETA to release the Attu version to support ARM. Thanks |
The current docker image runs on my macbook m1 perfectly, which ARM platform are you using? |
We are using AWS ARM-based instance |
does it work? do you see any specific errors? Actually attu is just an node application. |
It was not working. Unfortunately i didn't capture the logs. |
I will create a Node ARM image using a common approach and upload it to Docker Hub, probably next week. I'm quite busy this week. I will let you know when it is ready. |
Sure @shanghaikid ....Thanks |
We have released arm image on the dev channel, you can have a try. |
HI Team, I have deployed Attu pod with dev version. But still its not supporting and giving below error. $ kubectl logs milvus-attu-5cc84674b7-zpjmm -n isds-milvus Thanks |
ok, we will try to fix it, thanks for the support. |
@kish5430 Can you provide more information? Check what platform your AKS cluster supports: Check what platform your Dockerfile supports: I'm not sure if this article can help you. |
@zhanshuyou Plz find below details. $ kubectl describe node | grep "kubernetes.io.arch" =================================================== $ docker buildx ls |
@kish5430 |
@zhanshuyou we used below image tag in yaml file to deploy the attu. But still getting same issue Error: |
@keongalvin |
@zhanshuyou platform key is not available and got below error. |
Do you check the architecture of the image |
It was showing 'arm64' when downloaded onto the local machine. But it's not working when I use this for an image tag in Yaml. |
Can you show me the deploy Yaml? |
Please check below attu deployment yaml |
HI @zhanshuyou , |
@kish5430 |
HI @zhanshuyou $ kubectl logs milvus-attu-5c57bc7d59-2l589 -n isds-milvus Thanks |
HI @zhanshuyou It is picking the arm image when we add sha256 as below, and it is working fine. Thanks |
|
As Milvus support arm64 images, this PR attempts to add the same capability for attu.
Some caveats