Skip to content

Commit 58bbdad

Browse files
committed
Document inotify config for kind deployments
Fixes #495
1 parent 467942a commit 58bbdad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/how-tos/nebari-local.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ security:
159159
tag: sha-b4a2d1e
160160
```
161161
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+
162171
## Deploying Nebari
163172

164173
With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time with:

0 commit comments

Comments
 (0)