docs: remove mention of system upgrade controller

https://github.com/khuedoan/homelab/issues/129
This commit is contained in:
Khue Doan 2024-01-18 20:13:35 +07:00
parent d6d1cd41d5
commit bd0d7b556d

View File

@ -12,14 +12,13 @@ system/longhorn-system/values.yaml
--8<--
```
## Disable automatic upgrade for OS and k3s
## Disable automatic upgrade
Because they will try to drain the only node, the pods will have no place to go.
Remove them entirely:
```sh
rm -rf system/kured
rm -rf system/system-upgrade
```
Commit and push the change.