linkerd2/proxy-init
Dennis Adjei-Baah f9cd9366d9
Surface logs from control plane pods (#2037)
When debugging control plane issues or issues pertaining to a linkerd proxy, it can be cumbersome to get logs from affected containers quickly. 

This PR adds a new `logs` command to the Linkerd CLI to surface log lines from any container within linkerd's control plane. This feature relies heavily on [stern](https://github.com/wercker/stern), which already provides this behavior. This PR integrates this package into the Linkerd CLI to allow users to quickly retrieve logs whenever they run into issues when using Linkerd. 

Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io>
2019-01-16 19:24:42 -08:00
..
cmd Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
integration_test Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
iptables Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
Dockerfile Surface logs from control plane pods (#2037) 2019-01-16 19:24:42 -08:00
main.go Send non-zero status code when proxy-init command fails (#2064) 2019-01-10 15:48:42 -08:00