etcd-operator icon indicating copy to clipboard operation
etcd-operator copied to clipboard

Enable autocompaction

Open kvaps opened this issue 1 year ago • 0 comments

let's automatically enable the following options if they are not explicitly specified:

auto-compaction-mode: "periodic"
auto-compaction-retention: "5m"
snapshot-count: "10000"

The same is doing kamaji-etcd project: https://github.com/clastix/kamaji-etcd/blob/433989a4badeb8edc0925cfc671fb0cc66448e66/charts/kamaji-etcd/templates/etcd_sts.yaml#L69-L72

In Cozystack we currnelty added it into Helm chart: https://github.com/aenix-io/cozystack/pull/137/files#diff-0dcf3889fea1c88eb22a0d84208697a4ed71c8cb111d1d29ec714a71529d5822

kvaps avatar May 20 '24 17:05 kvaps