File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.0
35
+ kine_version = 0.13.2
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.0 /scripts/build#L22
39
+ # Flags taken from https://github.com/k3s-io/kine/blob/v0.13.2 /scripts/build#L22
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
fmt .Sprintf ("--endpoint=%s" , 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.0 /pkg/endpoint/endpoint .go#L271-L279
125
+ // https://github.com/k3s-io/kine/blob/v0.13.2 /pkg/util/network .go#L5-L13
126
126
fmt .Sprintf ("--listen-address=unix://%s" , 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