esp-v2 icon indicating copy to clipboard operation
esp-v2 copied to clipboard

ESPv2 support for Apple silicon

Open dkhaupt opened this issue 3 years ago • 3 comments

When attempting to run the endpoints-runtime container on a new M1 Mac, this is the result:

(virtualenv) member@local project % docker run gcr.io/endpoints-release/endpoints-runtime:2
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Is there any plan to support this architecture in the future?

dkhaupt avatar Jun 08 '21 21:06 dkhaupt

Sorry, based on the resources we have, we don't have plan to support other platforms beside linux/amd64.

qiwzhang avatar Jun 08 '21 21:06 qiwzhang

@dkhaupt I have reason to believe, based on an exchange with Wayne, that this is actually an Envoy problem that they're tracking here: https://github.com/envoyproxy/envoy/issues/16482.

Would be great if you could upvote it :) once it's taken care of and ESP depends on the version of Envoy that run on Mac, in theory, it should too.

nsadeh avatar Sep 14 '21 03:09 nsadeh

@nsadeh thanks for the heads up! i've upvoted that issue.

dkhaupt avatar Sep 14 '21 11:09 dkhaupt