diff --git a/docs/docs-content/troubleshooting/enterprise-install.md b/docs/docs-content/troubleshooting/enterprise-install.md index 56a92f5f95..9aa0523dae 100644 --- a/docs/docs-content/troubleshooting/enterprise-install.md +++ b/docs/docs-content/troubleshooting/enterprise-install.md @@ -171,7 +171,7 @@ Repeat the following process for each node in your management cluster. ssh -i ``` -2. Switch to `sudo` mode. +2. Switch to `sudo` mode using the command that best fits your system and preferences. ```bash sudo --login @@ -193,4 +193,14 @@ Repeat the following process for each node in your management cluster. ```bash systemctl restart kubelet containerd + ``` + +6. Confirm the changes are applied. + + ```bash + sysctl fs.file-max + ``` + + ```bash hideClipboard + fs.file-max = 1000000 ``` \ No newline at end of file