Skip to content

Commit

Permalink
Incorporating suggestions from Ben
Browse files Browse the repository at this point in the history
  • Loading branch information
achuribooks committed Dec 11, 2024
1 parent 2bb83bf commit 77f180e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/docs-content/troubleshooting/enterprise-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Repeat the following process for each node in your management cluster.
ssh -i <key-name> <user@hostname>
```

2. Switch to `sudo` mode.
2. Switch to `sudo` mode using the command that best fits your system and preferences.

```bash
sudo --login
Expand All @@ -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
```

0 comments on commit 77f180e

Please sign in to comment.