linkerd2/proxy-init
Andrew Seigner 9a40d984ff
Replace shelling out with kubernetes proxy (#249)
The conduit dashboard command asychronously shells out and runs "kubectl
proxy".

This change replaces the shelling out with calls to kubernetes proxy
APIs. It also allows us to enable race detection in our go tests, as the
shell out code tests did not pass race detection.

Fixes #173

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-02-02 10:31:59 -08:00
..
cmd Add --verbose option to CLI (#154) 2018-01-17 12:06:43 -05:00
integration_test Upgrade k8s.io/client-go to v6.0.0 (#122) 2018-01-11 10:22:37 -08:00
iptables Add inject flag for skipping outbound ports (#38) 2017-12-19 11:17:11 +11:00
Dockerfile Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
main.go Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00