File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ kubernetes_build_go_flags = "-v"
32
32
#kubernetes_build_go_ldflags =
33
33
kubernetes_build_go_ldflags_extra = "-extldflags=-static"
34
34
35
- kine_version = 0.13.9
35
+ kine_version = 0.13.10
36
36
kine_buildimage = $(golang_buildimage)
37
37
kine_build_go_tags = nats
38
38
#kine_build_go_cgo_enabled =
39
- # Flags taken from https://github.com/k3s-io/kine/blob/v0.13.9 /scripts/build#L22
39
+ # Flags taken from https://github.com/k3s-io/kine/blob/v0.13.10 /scripts/build#L24
40
40
kine_build_go_cgo_cflags = -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1
41
41
42
42
#kine_build_go_flags =
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ func (k *Kine) Start(ctx context.Context) error {
122
122
"--endpoint=" + k .Config .DataSource ,
123
123
// NB: kine doesn't parse URLs properly, so construct potentially
124
124
// invalid URLs that are understood by kine.
125
- // https://github.com/k3s-io/kine/blob/v0.13.9 /pkg/util/network.go#L5-L13
125
+ // https://github.com/k3s-io/kine/blob/v0.13.10 /pkg/util/network.go#L5-L13
126
126
"--listen-address=unix://" + k .K0sVars .KineSocketPath ,
127
127
// Enable metrics on port 2380. The default is 8080, which clashes with kube-router.
128
128
"--metrics-bind-address=:2380" ,
You can’t perform that action at this time.
0 commit comments