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] Identical docker image discrepancy #488

Closed
dgisser opened this issue Oct 21, 2023 · 3 comments
Closed

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

dgisser opened this issue Oct 21, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dgisser
Copy link

dgisser commented Oct 21, 2023

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):

  • Helm Version: v3.10.1
  • Kubernetes Version: 1.27.3-gke.100

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.

@dgisser dgisser added bug Something isn't working untriaged Issues that have not yet been triaged labels Oct 21, 2023
@peterzhuamazon peterzhuamazon removed the untriaged Issues that have not yet been triaged label Oct 24, 2023
@peterzhuamazon
Copy link
Member

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

  • Your new dockerfile
  • Your error logs

Thanks.

@dgisser
Copy link
Author

dgisser commented Oct 25, 2023

@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
Copy link
Contributor

smlx commented Oct 30, 2023

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

@dgisser dgisser closed this as completed Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants