Alejandro Pedraza
Alejandro Pedraza
We've just released [linkerd-cni v1.6.1](https://github.com/linkerd/linkerd2-proxy-init/releases/tag/cni-plugin%2Fv1.6.1) with the fix just discussed. @pdefreitas @rootik it would be lovely if you could give it a try! 🙏
@rootik can you share the logs of the linkerd-cni pod?
Thank you so much for the continued feedback @rootik ! It appears this is a separate issue resulting from a bug introduced in the fix for the original issue in...
@dependabot rebase
I've replaced all the `grpc.Dial` calls with `grpc.NewClient`. There was one call `grpc.DialContext(ctx,...)` in `viz/tap/api/grpc_server.go` that also got replaced with `grpc.NewClient`, which loses the ability to pass `ctxt` but that...