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

[BUG][opensearch] ARM support Amazon base image #534

Closed
mrboogiee opened this issue Apr 4, 2024 · 1 comment
Closed

[BUG][opensearch] ARM support Amazon base image #534

mrboogiee opened this issue Apr 4, 2024 · 1 comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged

Comments

@mrboogiee
Copy link

Describe the bug
A clear and concise description of what the bug is.
I am attempting to deploy the opensearch helm chart on a SoC using a Rockchip RK3588 CPU and I run into the following issue with the configfile statefulset (I expect the same issue on other CPUs as the RK3588 is still quite new - 2 years old):

Found 3 pods, using pod/opensearch-cluster-master-0
Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor
                   compliant with at least ARM architecture 8.2-a with Cryptographic
                   extensions. On EC2 this is Graviton 2 or later.

To Reproduce
Steps to reproduce the behavior:

helm install --namespace=opensearch --create-namespace opensearch opensearch/opensearch --values=values.yaml
kubectl logs -n opensearch statefulsets/opensearch-cluster-master configfile

Expected behavior
A clear and concise description of what you expected to happen.
I expected Opensearch to run on my k8s environment where the base image would be more open to chipsets commonly used or desired by the community.

Chart Name
have been able to backtrace the issue till helm chart version 2.14.0 so far but then in the pods instead of in the statefulset

Screenshots
n/a

Host/Environment (please complete the following information):

  • Helm Version: v3.13.1
  • Kubernetes Version: v1.29.2
  • CPU: Rockchip RK3588
  • Compute Module: TuringPi RK1

Additional context
Add any other context about the problem here.

@mrboogiee mrboogiee added bug Something isn't working untriaged Issues that have not yet been triaged labels Apr 4, 2024
@DandyDeveloper
Copy link
Collaborator

This won't be anything to do with the helm chart and is everything to with the image build, which are all managed through here: https://github.com/opensearch-project/OpenSearch/blob/d202d90df3991daaf3e20be325cac4b323f0ed23/distribution/docker/src/docker/Dockerfile#L4

I can't find exactly where this would have changed, but if you're desperate, I'd recommend using an older tag version of the image. There's probably a good reason for introducing this change on the base image in Opensearch, but I can't find it anywhere at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged
Projects
None yet
Development

No branches or pull requests

2 participants