Skip to content

Commit 1e071dd

Browse files
author
David Nuzik
committed
Add k3s-agent to Restarting K3s section
- Mentions commands for both systemd and OpenRC for restarting the k3s-agent service - Closes k3s-io/k3s#1557
1 parent 8807993 commit 1e071dd

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

  • content/k3s/latest/en/upgrades/basic

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)