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:
162
162
### Increase fs watches
163
163
164
164
Depending 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
166
166
a failing pod.
167
167
168
168
` ` ` bash
@@ -171,7 +171,7 @@ sudo sysctl fs.inotify.max_user_instances=512
171
171
` ` `
172
172
173
173
See 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.
175
175
176
176
# # Deploying Nebari
177
177
You can’t perform that action at this time.
0 commit comments