opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

[BUG][Opensearch] Identical docker image discrepancy #488

Closed dgisser closed 11 months ago

dgisser commented 11 months ago

Describe the bug I created a docker image identical to opensearchproject/opensearch:2.11.0, except that when I try to run the pods, they won't start and keep backing off due to the container failing, unlike opensearchproject/opensearch:2.11.0, which runs fine.

To Reproduce Steps to reproduce the behavior:

  1. build dockerfile that is simply FROM opensearchproject/opensearch:2.11.0
  2. upload it to dockerhub and run it through changing image.repository
  3. It crashes every node

Expected behavior Identical behavior between images

Chart Name Opensearch

Host/Environment (please complete the following information):

Additional context I don't want to think that this is an issue with this repo, but I can't think of any other explanation.

peterzhuamazon commented 11 months ago

Hi @dgisser could you share these two items with us to help debugging the issues?

Thanks.

dgisser commented 11 months ago

@peterzhuamazon For sure. The dockerfile is literally just the line FROM opensearchproject/opensearch:2.11.0

I unfortunately don't have any logs since the container that was loading the docker image failed on startup and didn't generate any.

smlx commented 11 months ago

The architecture of your image is linux/arm64, and I don't believe OpenSearch supports anything other than amd64.