mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
docs(tutorials): also remove kured on single node setup
This commit is contained in:
@ -11,13 +11,15 @@ Set the `defaultClassReplicaCount` to 1:
|
|||||||
{{#include ../../../system/longhorn-system/values.yaml}}
|
{{#include ../../../system/longhorn-system/values.yaml}}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disable automated system upgrade
|
## Disable automatic upgrade for OS and k3s
|
||||||
|
|
||||||
Because the system upgrade controller will try to drain the node,
|
Because they will try to drain the only node, the pods will have no place to go.
|
||||||
the pods will have no place to go on a single node set up.
|
Remove them entirely:
|
||||||
|
|
||||||
Remove the system upgrade controller entirely:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
rm -rf system/kured
|
||||||
rm -rf system/system-upgrade
|
rm -rf system/system-upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Commit and push the change.
|
||||||
|
You can revert it later when you add more nodes.
|
||||||
|
Reference in New Issue
Block a user