Skip to content

Commit c26ec54

Browse files
authored
Merge pull request #2431 from davidnuzik/mention-agent-restarts
Add k3s-agent to Restarting K3s section
2 parents 22cc142 + 1e071dd commit c26ec54

File tree

1 file changed

+18
-3
lines changed
  • content/k3s/latest/en/upgrades/basic

1 file changed

+18
-3
lines changed

content/k3s/latest/en/upgrades/basic/_index.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,28 @@ Or to manually upgrade K3s:
3232

3333
### Restarting K3s
3434

35-
Restarting K3s is supported by the installation script for systemd and openrc.
36-
To restart manually for systemd use:
35+
Restarting K3s is supported by the installation script for systemd and OpenRC.
36+
37+
**systemd**
38+
39+
To restart servers manually:
3740
```sh
3841
sudo systemctl restart k3s
3942
```
4043

41-
To restart manually for openrc use:
44+
To restart agents manually:
45+
```sh
46+
sudo systemctl restart k3s-agent
47+
```
48+
49+
**OpenRC**
50+
51+
To restart servers manually:
4252
```sh
4353
sudo service k3s restart
4454
```
55+
56+
To restart agents mantually:
57+
```sh
58+
sudo service k3s-agent restart
59+
```

0 commit comments

Comments
 (0)