Skip to content

Commit 7bb4b69

Browse files
authored
Merge pull request #6578 from twz123/kine-compact-interval
Disable kine's automatic compaction
2 parents 1d89359 + 944cf60 commit 7bb4b69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/component/controller/kine.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ func (k *Kine) Start(ctx context.Context) error {
117117
"--listen-address=unix://" + k.K0sVars.KineSocketPath,
118118
// Enable metrics on port 2380. The default is 8080, which clashes with kube-router.
119119
"--metrics-bind-address=:2380",
120+
// https://github.com/k3s-io/kine/pull/513
121+
"--compact-interval=0",
120122
},
121123
UID: k.uid,
122124
GID: kineGID,

0 commit comments

Comments
 (0)