Skip to content

Commit ef66208

Browse files
authored
Merge pull request #40817 from ahrtr/maintain_etcd_20230424
Add section “Maintaining etcd clusters” into “Operating etcd clusters for Kubernetes”
2 parents 01a2ffc + 5c14b7f commit ef66208

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,16 @@ For more details on etcd upgrade, please refer to the [etcd upgrades](https://et
394394
{{< note >}}
395395
Before you start an upgrade, please back up your etcd cluster first.
396396
{{< /note >}}
397+
398+
## Maintaining etcd clusters
399+
400+
Fore more details on etcd maintenance, please refer to the [etcd maintenance](https://etcd.io/docs/latest/op-guide/maintenance/) documentation.
401+
402+
{{% thirdparty-content single="true" %}}
403+
404+
{{< note >}}
405+
Defragmentation is an expensive operation, so it should be executed as infrequent
406+
as possible. On the other hand, it's also necessary to make sure any etcd member
407+
will not run out of the storage quota. The Kubernetes project recommends that when
408+
you perform defragmentation, you use a tool such as [etcd-defrag](https://github.com/ahrtr/etcd-defrag).
409+
{{< /note >}}

0 commit comments

Comments
 (0)