linkerd2/web
Tarun Pothulapati 39e7f84773
cli: fix and update timeout warnings in profile cmd (#5122)
Fixes #5121

* cli: skip emitting warnings in Profile


Whenever the tapDuration gets completed, there is a warning occured
which we do not emit. This looks like it has been changed in the latest
versions of the dependency.

* Use context.withDeadline instead of client.timeout

The usage of `client.Timeout` is not working correctly causing `W1022
17:20:12.372780   19049 transport.go:260] Unable to cancel request for
   promhttp.RoundTripperFunc` to be emitted by the Kubernetes Client.

This is fixed by using context.WithDeadline and passing that into the
http Request.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2020-10-27 22:08:21 +05:30
..
app Add more translations to dashboard and introduce i18n test wrapper (#5082) 2020-10-21 21:25:52 -07:00
srv cli: fix and update timeout warnings in profile cmd (#5122) 2020-10-27 22:08:21 +05:30
templates Add Jaeger links to the Linkerd dashboard (#4177) 2020-05-07 16:35:56 -05:00
Dockerfile Build ARM docker images (#4794) 2020-08-05 11:14:01 -07:00
main.go Remove dependency of linkerd-config for control plane components (#4915) 2020-10-06 22:19:18 +05:30