-
Notifications
You must be signed in to change notification settings - Fork 471
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
Multiarch support seems to be incomplete #874
Comments
I am not familiar how docker/k8s multiarch works. Did you try to use directly the image SHA for arm64 |
Hi @pavolloffay, yes, I tried to run a container from that image directly:
The error will be shown immediately, the container crashes. |
on my linux box I get a different message
|
@devops-42 this PR might solve the issue #882 |
Hi,
I tried to install the opentelemetry-operator via helm chart on a microk8s running on Apple M1:
According to github the image used should be multiarch:
https://github.com/open-telemetry/opentelemetry-operator/pkgs/container/opentelemetry-operator%2Fopentelemetry-operator/21667125?tag=v0.50.0
Immediately after starting the pod crashes with
standard_init_linux.go:228: exec user process caused: exec format error
.Do you plan to support the M1 architecture?
Thanks for your help!
Cheers
The text was updated successfully, but these errors were encountered: