mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-15 10:18:33 +07:00
style(docs): use hyphens instead of underscores in file names
This commit is contained in:
23
docs/src/tutorials/single-node-cluster-adjustments.md
Normal file
23
docs/src/tutorials/single-node-cluster-adjustments.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Single node cluster adjustments
|
||||
|
||||
Update the following changes, then commit and push.
|
||||
|
||||
## Reduce Longhorn replica count
|
||||
|
||||
Set the `defaultClassReplicaCount` to 1:
|
||||
|
||||
```yaml
|
||||
# system/longhorn-system/values.yaml
|
||||
{{#include ../../../system/longhorn-system/values.yaml}}
|
||||
```
|
||||
|
||||
## Disable automated system upgrade
|
||||
|
||||
Because the system upgrade controller will try to drain the node,
|
||||
the pods will have no place to go on a single node set up.
|
||||
|
||||
Remove the system upgrade controller entirely:
|
||||
|
||||
```sh
|
||||
rm -rf system/system-upgrade
|
||||
```
|
Reference in New Issue
Block a user