Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions kubernetes/apps/kube-system/etcd-defrag/app/helmrelease.yaml

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions kubernetes/apps/kube-system/etcd-defrag/ks.yaml

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes/apps/kube-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ resources:
- ./reloader/ks.yaml
- ./snapshot-controller/ks.yaml
- ./spegel/ks.yaml
- ./etcd-defrag/ks.yaml
5 changes: 5 additions & 0 deletions talos/patches/controller/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ cluster:
etcd:
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
# Keep the etcd database lean by compacting old revisions hourly; this
# replaces the nightly defrag job (compaction prevents growth, defrag
# only reclaims space the file already holds).
auto-compaction-mode: periodic
auto-compaction-retention: 1h
advertisedSubnets: [192.168.0.0/24]
proxy:
disabled: true
Expand Down