-
Notifications
You must be signed in to change notification settings - Fork 446
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
fix: fix ulimits
error for elasticsearch in Docker rootless mode
#921
Conversation
95b71e3
to
0cf636b
Compare
@regisb this now ready for review. I've tested it locally and it works like a charm :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay!
de09c83
to
b942a61
Compare
disable `ulimits` in rootless docker mode by setting them to zero
b942a61
to
15ca69a
Compare
ulimits
in rootless docker modeulimits
error for elasticsearch in Docker rootless mode
@regisb I've refactored the solution to be Please let me know if that works for Tutor. I've found that setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Thanks @regisb!! This is my first Tutor contribution :) |
Description
Unset
ulimits.memlock
for elasticsearch for Docker rootless devstacks.Related issue:
Error
When running
tutor dev launch
in rootless docker, everything works except for elasticsearch.TODO
master