combor / k8s-mongo-labeler-sidecar

Kubernetes MongoDB sidecar that watches replica instances and sets label on primary node.
BSD 3-Clause "New" or "Revised" License
27 stars 18 forks source link

standard_init_linux.go:228: exec user process caused: exec format error #14

Closed davesmits closed 4 months ago

davesmits commented 2 years ago

When we start the new version we get the following output in the logs and the pod crashes:

standard_init_linux.go:228: exec user process caused: exec format error
Dimitar-Boychev commented 2 years ago

Hello, I see the same error. I have extracted the combor/k8s-mongo-labeler-sidecar image and I think that the primary-sidecar executable inside is compiled for ARM.

`#file primary-sidecar

primary-sidecar: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped `

michaelkorofiverr commented 1 year ago

Any chance this image can be built for AMD64 as well?

combor commented 10 months ago

I need to develop an automated pipeline. Will do soon.