docs(tutorials): also remove kured on single node setup

This commit is contained in:
Khue Doan
2022-02-25 01:50:45 +07:00
parent 5952b3d208
commit f1352dbb47

View File

@ -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.