You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @mabilinab we're short on staff these weeks, as it's holiday season over here. It sounds like a good idea to have cross-architecture Docker binaries. I'll put this into the backlog but can't promise any dates yet.
Oh, it could actually be that the docker registry registry.opensource.zalan.do only supports amd64, which makes this request a bigger change than expected.
Expected Behavior
I cannot run the es-operator in the "Getting Started" guide due to incompatible docker image architecture (amd64) with my node architecture (arm64).
Is it possible to have a multi-architecture docker image?
This is the docker image used in the "es-operator.yaml"'s deployment:
Actual Behavior
The es-operator pod stays at " CrashLoopBackOff". When I extract the pod logs I get:
exec /es-operator: exec format error
Specifications
This is my node architecture:
This is the docker image architecture:
The text was updated successfully, but these errors were encountered: