We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22cc142 + 1e071dd commit c26ec54Copy full SHA for c26ec54
1 file changed
content/k3s/latest/en/upgrades/basic/_index.md
@@ -32,13 +32,28 @@ Or to manually upgrade K3s:
32
33
### Restarting K3s
34
35
-Restarting K3s is supported by the installation script for systemd and openrc.
36
-To restart manually for systemd use:
+Restarting K3s is supported by the installation script for systemd and OpenRC.
+
37
+**systemd**
38
39
+To restart servers manually:
40
```sh
41
sudo systemctl restart k3s
42
```
43
-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
52
53
sudo service k3s restart
54
55
56
+To restart agents mantually:
57
58
+sudo service k3s-agent restart
59
0 commit comments