-
Notifications
You must be signed in to change notification settings - Fork 455
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
assertion failed [!result.is_error]: Failed to create temporary file #9800
Comments
Good morning, for now you must disable Rosetta to run Gloo locally on apple silicon |
I know that it can solve the issue (that's what I said). |
I tested adding So, we can just add this env and we should be able to run Rosetta 2 except for this pod. TL:DR We need to add
|
Do we have some way to use gloo on a mac m1 (arm64)? I'm using colima and hence I cannot use the docker workaround mentioned above |
I'm using lima with vz and rosetta on mac m1 and I also hit this issue |
Gloo Edge Product
Enterprise
Gloo Edge Version
v1.17.0
Kubernetes Version
v1.27.9
Describe the bug
Me and my team are developping locally on MacBook Pro M3 (arm64).
When running with rosetta emulation (for performance benefits) gateway-proxy fail to start with (only this log is displayed nothing else).
It does the same for fed console.
I know we can disable this option to make it works, but because we are running a lot of services the performance drawback is too important and we can't do that.
I see that solo-io#3486 has been updated recently to be part of 1.18, do you think it will solve this issue ?
I tried compiling envoy-gloo to be able to have a native arm64 image/binary but it fail with
make fast-build-arm
, I don't want to go into a rabbit hole so I stopped here.See here and here for mention of this exception,
Expected Behavior
Pod should be starting as ususal.
Steps to reproduce the bug
Additional Environment Detail
MacBook Pro M3 (arm64) with Docker for Desktop 27.0.03 and Rosetta emulation,
Minikube installed using brew v1.33.1.
Helm installed with brew v3.15.3.
Additional Context
No response
The text was updated successfully, but these errors were encountered: