We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467942a commit 58bbdadCopy full SHA for 58bbdad
docs/docs/how-tos/nebari-local.md
@@ -159,6 +159,15 @@ security:
159
tag: sha-b4a2d1e
160
```
161
162
+### Increase fs watches
163
+
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
166
+a failing pod.
167
168
+See the [kind troubleshooting
169
+docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)
170
171
## Deploying Nebari
172
173
With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time with:
0 commit comments