You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
207 B
Markdown
11 lines
207 B
Markdown
1 year ago
|
# Additional manual steps
|
||
|
|
||
|
## Control
|
||
|
|
||
|
(as root)
|
||
|
```sh
|
||
|
apt update && apt upgrade -y
|
||
|
reboot
|
||
|
apt install apparmor apparmor-utils -y
|
||
|
```
|
||
|
Follow https://community.hetzner.com/tutorials/k3s-glusterfs-loadbalancer
|