You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
build dockerfile that is simply FROM opensearchproject/opensearch:2.11.0
upload it to dockerhub and run it through changing image.repository
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.
The text was updated successfully, but these errors were encountered:
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, unlikeopensearchproject/opensearch:2.11.0
, which runs fine.To Reproduce
Steps to reproduce the behavior:
FROM opensearchproject/opensearch:2.11.0
image.repository
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.
The text was updated successfully, but these errors were encountered: