Skip to content

Commit f9ad24a

Browse files
authored
doc(etcd-maintenance): add reference to etcd-defrag CronJob (#43394)
* doc(etcd-maintenance): add reference to etcd-defrag CronJob * doc: improve style according to style guide * chore: fix file name
1 parent e5b31b8 commit f9ad24a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,8 @@ Defragmentation is an expensive operation, so it should be executed as infrequen
416416
as possible. On the other hand, it's also necessary to make sure any etcd member
417417
will not run out of the storage quota. The Kubernetes project recommends that when
418418
you perform defragmentation, you use a tool such as [etcd-defrag](https://github.com/ahrtr/etcd-defrag).
419+
420+
You can also run the defragmentation tool as a Kubernetes CronJob, to make sure that
421+
defragmentation happens regularly. See [`etcd-defrag-cronjob.yaml`](https://github.com/ahrtr/etcd-defrag/blob/main/doc/etcd-defrag-cronjob.yaml)
422+
for details.
419423
{{< /note >}}

0 commit comments

Comments
 (0)