From f2ba08487f13149c818868140c6e8fd5c0b83fce Mon Sep 17 00:00:00 2001 From: Paul Hooijenga Date: Wed, 8 Jan 2025 15:35:17 +0100 Subject: [PATCH] Fix typo in troubleshooting command Signed-off-by: Paul Hooijenga --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 05a0591f13..9f6e31822d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -149,4 +149,4 @@ for Telepresence to connect to your cluster. ## `too many files open` error when running `telepresence connect` on Linux -If `telepresence connect` on linux fails with a message in the logs `too many files open`, then check if `fs.inotify.max_user_instances` is set too low. Check the current settings with `sysctl fs.notify.max_user_instances` and increase it temporarily with `sudo sysctl -w fs.inotify.max_user_instances=512`. For more information about permanently increasing it see [Kernel inotify watch limit reached](https://unix.stackexchange.com/a/13757/514457). +If `telepresence connect` on linux fails with a message in the logs `too many files open`, then check if `fs.inotify.max_user_instances` is set too low. Check the current settings with `sysctl fs.inotify.max_user_instances` and increase it temporarily with `sudo sysctl -w fs.inotify.max_user_instances=512`. For more information about permanently increasing it see [Kernel inotify watch limit reached](https://unix.stackexchange.com/a/13757/514457).