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> |
||
---|---|---|
.. | ||
openapi.go | ||
openapi_test.go | ||
profiles.go | ||
profiles_test.go | ||
proto.go | ||
proto_test.go | ||
tap.go | ||
tap_test.go | ||
template.go | ||
test_helper.go |