linkerd2/pkg
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
..
addr Add some unit test (#4853) 2020-08-18 16:10:13 -07:00
admin remove admin server timeouts (#4350) 2020-05-08 12:59:43 -07:00
charts Add 'linkerd.io/inject: ingress' mode (#5130) 2020-10-26 14:32:19 -07:00
config Replace global.proxy.destinationGetNetworks with global.clusterNetworks (#5110) 2020-10-20 19:05:31 -07:00
filesonly Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
flags Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
healthcheck Remove code refs to controllerImageVersion (#5119) 2020-10-21 13:40:25 -05:00
identity Spelling (#4872) 2020-08-12 21:59:50 -07:00
inject Add 'linkerd.io/inject: ingress' mode (#5130) 2020-10-26 14:32:19 -07:00
issuercerts Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
k8s Add 'linkerd.io/inject: ingress' mode (#5130) 2020-10-26 14:32:19 -07:00
multicluster Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
profiles cli: fix and update timeout warnings in profile cmd (#5122) 2020-10-27 22:08:21 +05:30
prometheus Trace Control plane Components with OC (#3495) 2019-10-18 12:19:13 -07:00
protohttp Fix spelling mistakes using codespell (#4700) 2020-07-07 17:07:22 -05:00
servicemirror Add support for service-mirror selectors (#4795) 2020-07-30 10:07:14 -07:00
tap cli: fix and update timeout warnings in profile cmd (#5122) 2020-10-27 22:08:21 +05:30
tls Generate Identity certs with alternate domain names (#4920) 2020-09-03 22:33:10 +05:30
trace Trace Control plane Components with OC (#3495) 2019-10-18 12:19:13 -07:00
tree Expose namespaceSelector for admission webhooks in helm chart (#5074) 2020-10-13 16:08:56 -07:00
util Add unit test for pkg/util/http.go (#4770) 2020-07-21 14:08:53 -07:00
version Update proxy-init version to v1.3.6 (#4850) 2020-08-11 11:54:00 -05:00