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:
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
3841sudo 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
4353sudo service k3s restart
4454```
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