Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

Conversation

ruediste
Copy link

@ruediste ruediste commented Dec 1, 2017

The change introduced to automatically set the JVM heap size introduced a regression: It was not possible to start the container with just docker run --privileged quay/.../.../elasticsearch. You needed to always include /run.sh as argument.

I removed the entrypoint and replaced it with a combined /run.sh script.

@pires
Copy link
Owner

pires commented Dec 1, 2017

You are not supposed to run this image with docker run.

@ruediste
Copy link
Author

ruediste commented Dec 1, 2017

Did you test the newest version with for example https://github.com/pires/kubernetes-elasticsearch-cluster/blob/master/es-master.yaml ? Does it work? In any case, the old versions worked with docker run, adding the entry point changed that.

@pires
Copy link
Owner

pires commented Dec 1, 2017

Yes. I've updated that repo and it worked smoothly.

@pires
Copy link
Owner

pires commented Dec 10, 2017

@ruediste thank you for giving this a try but I don't think this PR is a proper fix. It's actually confusing, particularly because you also have a commit that does unrelated changes. I will be working on a fix but would again like to say thank you!

@pires pires closed this in 28de785 Dec 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants