From 1b0ae94b73e4fc307b90cd008be30ea9d7c03e15 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Thu, 26 Sep 2024 11:13:16 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kim Pevey --- docs/docs/how-tos/nebari-local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/nebari-local.md b/docs/docs/how-tos/nebari-local.md index bba889afd..30b98a8c9 100644 --- a/docs/docs/how-tos/nebari-local.md +++ b/docs/docs/how-tos/nebari-local.md @@ -162,7 +162,7 @@ security: ### 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 +`fs.inotify.max_user_instances kernel parameters` if you see the error "too many open files" in the logs of a failing pod. ```bash @@ -171,7 +171,7 @@ sudo sysctl fs.inotify.max_user_instances=512 ``` See the [kind troubleshooting -docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files) +docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files) for more information. ## Deploying Nebari