We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Hint you can use kubectl logs <pod_name> --previous to get the log of the previous execution of the pod
kubectl logs <pod_name> --previous
To Reproduce Steps to reproduce the behavior:
Kubectl get pods -owide
Expected behavior pods run on ARM nodes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When installing the default schema with replication some pods fail to start with the 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
Hint you can use
kubectl logs <pod_name> --previous
to get the log of the previous execution of the podTo Reproduce
Steps to reproduce the behavior:
Kubectl get pods -owide
Expected behavior
pods run on ARM nodes
The text was updated successfully, but these errors were encountered: