Skip to content

Commit 1b0ae94

Browse files
asmacdokcpevey
andauthored
Apply suggestions from code review
Co-authored-by: Kim Pevey <[email protected]>
1 parent 8a2cdd8 commit 1b0ae94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ security:
162162
### Increase fs watches
163163
164164
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
166166
a failing pod.
167167

168168
```bash
@@ -171,7 +171,7 @@ sudo sysctl fs.inotify.max_user_instances=512
171171
```
172172

173173
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.
175175

176176
## Deploying Nebari
177177

0 commit comments

Comments
 (0)