-
Notifications
You must be signed in to change notification settings - Fork 344
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
arm64 support #1086
Comments
We do not provide ARM images yet. I know we have some for the main Jaeger project, so, I think we could have them for the operator as well. Would you be open to contributing this feature? |
I've added multiarch build support here https://github.com/rur0/jaeger-operator but haven't tested it yet |
jaeger-operator compiles and runs fine on ARM64, however when the operator pulls the main jaeger image, its getting a 'exec format error.' @jpkrohling you have mentioned that there are ARM images on the main project; would it be possible to upload them to the docker repo with multiarch support using docker manifests? |
I think it was done as part of jaegertracing/jaeger#2176 . At a first glance, I couldn't find the images at Docker Hub. @pavolloffay you seem to have reviewed that PR: do you know whether ARM images should be available? |
The multiarch images are not built or published. The jaegertracing/jaeger#2176 added:
We should open a new issue in the main repo to publish multiarch images. |
I think this is fixed by jaegertracing/jaeger#2948. Please reopen if still a problem. |
Hello, I am attempting to run jaeger operator on my 8x RPI 4 kubernetes (k3s) cluster running on ubuntu server (64 bit) and I'm getting the fun
standard_init_linux.go:211: exec user process caused "exec format error"
error.
Is there a simple way of running jaeger operator on arm64 hardware?
thanks
The text was updated successfully, but these errors were encountered: