We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d89359 + 944cf60 commit 7bb4b69Copy full SHA for 7bb4b69
pkg/component/controller/kine.go
@@ -117,6 +117,8 @@ func (k *Kine) Start(ctx context.Context) error {
117
"--listen-address=unix://" + k.K0sVars.KineSocketPath,
118
// Enable metrics on port 2380. The default is 8080, which clashes with kube-router.
119
"--metrics-bind-address=:2380",
120
+ // https://github.com/k3s-io/kine/pull/513
121
+ "--compact-interval=0",
122
},
123
UID: k.uid,
124
GID: kineGID,
0 commit comments