Skip to content

Commit

Permalink
Document inotify config for kind deployments
Browse files Browse the repository at this point in the history
Fixes #495
  • Loading branch information
asmacdo committed Aug 6, 2024
1 parent 7a27e1f commit 522d74a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/how-tos/nebari-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ security:
tag: sha-b4a2d1e
```

### Increase fs watches

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.

See the [kind troubleshooting
docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)

## Deploying Nebari

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

0 comments on commit 522d74a

Please sign in to comment.