Commit Graph

357 Commits

Author SHA1 Message Date
Lucas Servén Marín a8467f779e
cmd/kgctl: fix possible nil pointer dereference 2019-04-02 18:23:51 +02:00
Lucas Servén Marín 614f2e1c5d
cmd/kg: listen on all stacks without localhost
Today, net.Listen will only listen on 127.0.0.1 if localhost is passed
[0]. Listening on `:8080` will open a dualstack socket on OSs that
support it.
[0] https://github.com/golang/go/issues/9334
2019-04-02 18:17:51 +02:00
Lucas Servén Marín d7bfa38796
Makefile: bump go version 2019-03-21 00:55:07 +01:00
Lucas Serven 25958f0131
.travis.yml: bump go version to 1.11.5 2019-02-06 18:09:37 +01:00
Lucas Serven 465ae73370
manifests: add RBAC resources 2019-01-21 19:55:30 +01:00
Lucas Serven 630bced657
pkg/iproute: ignore error if tunnel exists 2019-01-21 19:54:09 +01:00
Lucas Serven e989f0a25f
init 2019-01-18 02:50:10 +01:00