-
Notifications
You must be signed in to change notification settings - Fork 29
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
Document inotify config for kind deployments #496
Document inotify config for kind deployments #496
Conversation
✅ Deploy Preview for nebari-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Hi @asmacdo! Thank you for this contribution! I had a few minor changes to request.
Depending on your host system, you may need to increase the `fs.inotify.max_user_watches` and | ||
`fs.inotify.max_user_instances kernel parameters` if you see a `too many open files` in the logs of | ||
a failing pod. | ||
|
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.
Can you also add the fixer snippet that you listed in the issue? I think that would be beneficial.
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl fs.inotify.max_user_instances=512
522d74a
to
8a2cdd8
Compare
Co-authored-by: Kim Pevey <kcpevey@quansight.com>
@kcpevey can you give this another look so we get it over the finish line? Thanks! |
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.
@marcelovilla this looks good on my end
Fixes #495
What does this implement/fix?
Put a
x
in the boxes that applyDocumentation
Access-centered content checklist
Text styling
H1
or#
in markdown).