mirror of https://github.com/linkerd/linkerd2.git
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> |
||
|---|---|---|
| .. | ||
| testdata | ||
| api_handlers.go | ||
| api_handlers_test.go | ||
| handlers.go | ||
| handlers_test.go | ||
| reverse_proxy.go | ||
| server.go | ||
| test_helpers.go | ||