style(docs): use hyphens instead of underscores in file names

This commit is contained in:
Khue Doan
2022-02-22 21:29:55 +07:00
parent d9cee10ff8
commit 0ef2aa0de1
8 changed files with 12 additions and 12 deletions

View 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
```