
* 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
8 lines
350 B
Markdown
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).
|