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 /opt/bitnami/scripts/openldap/entrypoint.sh: exec format error on ARM #224

Open
slawo opened this issue Dec 28, 2024 · 0 comments
Open

Comments

@slawo
Copy link

slawo commented Dec 28, 2024

Describe the bug
When installing the default schema with replication some pods fail to start with the error:

exec /opt/bitnami/scripts/openldap/entrypoint.sh: exec format error

It seems the image is missing ARM64 support. is a pod is run on an intel VM or machine all runs OK. If the pod starts on an arm machine it fails.

Logs

exec /opt/bitnami/scripts/openldap/entrypoint.sh: exec format error

Hint you can use kubectl logs <pod_name> --previous to get the log of the previous execution of the pod

To Reproduce
Steps to reproduce the behavior:

  1. Use default values :
  2. Kubectl get pods -owide
  3. See the pods running on ARM nodes failing.

Expected behavior
pods run on ARM nodes

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

1 participant