Alejandro Pedraza

Results 75 comments of Alejandro Pedraza

That struct is for the `linkerd-control-plane` chart. The CRDs are rendered via the `linkerd-crds` chart, which can be done via helm or through the CLI: `linkerd install --crds | kubectl...

Ok I see. Are you relying on this function for custom work? Feel free to submit a PR with the fix and we'll take a look at it.

I'm not familiar with the AWS secret manager, so can you provide a bit more details? For the `linkerd-control-plane` chart to not install the `linkerd-identity-issuer` secret we have the setting...

There are a few ways to extend a chart to apply customizations like post-rendering, kustomize, sub-charts. There are projects that offer such `extraObjects` escape hatches, but that doesn't feel like...

A unit test in `values_test.go` is failing, as you can see here: https://github.com/linkerd/linkerd2/actions/runs/7297741456/job/19896871341?pr=11687#step:6:172 You need to edit that file and fill in an appropriate value in the `expected` `Values` struct...

Thanks @matthiasdeblock for circling back. With version 2.14.9 we have added a cni-repair-controller component that should detect race conditions between the cluster's cni and linkerd-cni. You can enable it via...

I linked linkerd/linkerd2-proxy-init#362 by mistake. That should be unrelated unless you're using native sidecars too. I've published the image `ghcr.io/alpeb/cni-plugin:modify` with the change from linkerd/linkerd2-proxy-init#360. It would be great if...

Thanks for the detailed report :100: There have been important improvements in linkerd's CNI plugin since version stable-2.13.1, which is what you have. Please upgrade to at least stable-2.13.6, and...

Thanks for the feedback, we were actually able to reproduce the issue in ARM nodes. @hatfarm is that your architecture as well? If not, can you share more details about...

The original post in this issue was about the proxy not being able to liberate memory after a traffic burst passes. We acknowledged this is an issue we recognized in...