mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-28 15:01:13 +01:00
docs: fix small typo in etcd maintenance guide
This PR fixes a little typo in these docs, b/c etcd is under the cluster key. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
This commit is contained in:
parent
cf0603330a
commit
d1a79b845f
@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
|
||||
To increase the space quota, edit the `etcd` section in the machine configuration:
|
||||
|
||||
```yaml
|
||||
machine:
|
||||
cluster:
|
||||
etcd:
|
||||
extraArgs:
|
||||
quota-backend-bytes: 4294967296 # 4 GiB
|
||||
|
||||
@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
|
||||
To increase the space quota, edit the `etcd` section in the machine configuration:
|
||||
|
||||
```yaml
|
||||
machine:
|
||||
cluster:
|
||||
etcd:
|
||||
extraArgs:
|
||||
quota-backend-bytes: 4294967296 # 4 GiB
|
||||
|
||||
@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
|
||||
To increase the space quota, edit the `etcd` section in the machine configuration:
|
||||
|
||||
```yaml
|
||||
machine:
|
||||
cluster:
|
||||
etcd:
|
||||
extraArgs:
|
||||
quota-backend-bytes: 4294967296 # 4 GiB
|
||||
|
||||
@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
|
||||
To increase the space quota, edit the `etcd` section in the machine configuration:
|
||||
|
||||
```yaml
|
||||
machine:
|
||||
cluster:
|
||||
etcd:
|
||||
extraArgs:
|
||||
quota-backend-bytes: 4294967296 # 4 GiB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user