File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ security:
162162### Increase fs watches
163163
164164Depending on your host system, you may need to increase the ` fs.inotify.max_user_watches` and
165- ` fs.inotify.max_user_instances kernel parameters` if you see a ` too many open files` in the logs of
165+ ` fs.inotify.max_user_instances kernel parameters` if you see the error " too many open files" in the logs of
166166a failing pod.
167167
168168` ` ` bash
@@ -171,7 +171,7 @@ sudo sysctl fs.inotify.max_user_instances=512
171171` ` `
172172
173173See the [kind troubleshooting
174- docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)
174+ docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files) for more information.
175175
176176# # Deploying Nebari
177177
You can’t perform that action at this time.
0 commit comments