Skip to content
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

exec /es-operator: exec format error #435

Open
mabilinab opened this issue Aug 19, 2024 · 4 comments
Open

exec /es-operator: exec format error #435

mabilinab opened this issue Aug 19, 2024 · 4 comments

Comments

@mabilinab
Copy link

mabilinab commented Aug 19, 2024

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:

registry.opensource.zalan.do/poirot/es-operator:latest

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:

kubectl get nodes -o jsonpath="{range .items[*]}{.metadata.name}{'\t'}{.status.nodeInfo.architecture}{'\n'}{end}"
k3s-agent-medium-fou	arm64

This is the docker image architecture:

docker inspect registry.opensource.zalan.do/poirot/es-operator:latest | grep Architecture
"Architecture": "amd64",
@mabilinab
Copy link
Author

Anyone has any tips please 🙏🏼?

@otrosien
Copy link
Member

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.

@otrosien
Copy link
Member

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.

@otrosien
Copy link
Member

otrosien commented Oct 7, 2024

FYI: We are discussing publishing to Github's image registry. We'll keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants