Skip to content

Commit

Permalink
docs: fix small typo in etcd maintenance guide
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsmitty authored and smira committed Jan 29, 2024
1 parent cf06033 commit d1a79b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/content/v1.4/advanced/etcd-maintenance.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.5/advanced/etcd-maintenance.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.6/advanced/etcd-maintenance.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.7/advanced/etcd-maintenance.md
Expand Up @@ -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
Expand Down

0 comments on commit d1a79b8

Please sign in to comment.