[docs] etcd tuning fix typos etcd-args

Signed-off-by: Meza <meza-xyz@proton.me>
This commit is contained in:
Meza
2025-12-19 15:39:32 -05:00
parent 941e23dbc5
commit e4ef173aef
6 changed files with 11 additions and 11 deletions
@@ -15,7 +15,7 @@ The etcd data set is automatically cleaned up on a five-minute interval by Kuber
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -30,7 +30,7 @@ To implement this solution in an RKE2/K3s cluster, the `/var/lib/etcd/data` and
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "data-dir=/var/lib/etcd/data"
- "wal-dir=/var/lib/etcd/wal"
```
@@ -11,7 +11,7 @@ Kubernetes 每隔五分钟会自动清理 etcd 数据集。在某些情况下(
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -26,7 +26,7 @@ etcd-args:
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "data-dir=/var/lib/etcd/data"
- "wal-dir=/var/lib/etcd/wal"
```
@@ -11,7 +11,7 @@ Kubernetes 每隔五分钟会自动清理 etcd 数据集。在某些情况下(
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -26,7 +26,7 @@ etcd-args:
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "data-dir=/var/lib/etcd/data"
- "wal-dir=/var/lib/etcd/wal"
```
@@ -11,7 +11,7 @@ Kubernetes 每隔五分钟会自动清理 etcd 数据集。在某些情况下(
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -15,7 +15,7 @@ The etcd data set is automatically cleaned up on a five-minute interval by Kuber
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -30,7 +30,7 @@ To implement this solution in an RKE2/K3s cluster, the `/var/lib/etcd/data` and
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "data-dir=/var/lib/etcd/data"
- "wal-dir=/var/lib/etcd/wal"
```
@@ -15,7 +15,7 @@ The etcd data set is automatically cleaned up on a five-minute interval by Kuber
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "quota-backend-bytes=5368709120"
```
@@ -30,7 +30,7 @@ To implement this solution in an RKE2/K3s cluster, the `/var/lib/etcd/data` and
```yaml
# RKE2/K3s config.yaml
---
etcd-args:
etcd-arg:
- "data-dir=/var/lib/etcd/data"
- "wal-dir=/var/lib/etcd/wal"
```