Matt Pryor a2d70b146a
Add job for doing etcd defragmentation (#228)
* Add a Helm chart for a cronjob for doing etcd defrag

* Add HelmRelease to deploy etcd defrag cronjob onto clusters

* Use charts from the repository in tests

* Clarify comment in values

* Reinstate pull_request_target
2024-01-25 13:42:53 +00:00

8 lines
350 B
Markdown

# etcd-defrag chart
This chart installs a [CronJob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/)
that will periodically defragment the etcd keyspace for a cluster that is managed using
[kubeadm](https://kubernetes.io/docs/reference/setup-tools/kubeadm/).
It is installed as part of the [cluster-addons](../cluster-addons).