File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
content/k3s/latest/en/upgrades/basic Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,28 @@ Or to manually upgrade K3s:
32
32
33
33
### Restarting K3s
34
34
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:
37
40
``` sh
38
41
sudo systemctl restart k3s
39
42
```
40
43
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:
42
52
``` sh
43
53
sudo service k3s restart
44
54
```
55
+
56
+ To restart agents mantually:
57
+ ``` sh
58
+ sudo service k3s-agent restart
59
+ ```
You can’t perform that action at this time.
0 commit comments