Oliver Gould

Results 257 comments of Oliver Gould

Thanks for sharing the repro. I haven’t had a chance to look into it yet, but I’ll update the issue once I have more information. Oliver Gould < ***@***.*** >...

While I'm still plumbing through some of the internals, I noticed something pretty glaring: these errors reliably manifest around the 5 minute mark. I did a quick search through the...

You may also benefit from [configuring retries](https://linkerd.io/2.16/reference/retries/#configuring-retries) on a GRPCRoute so that clients are able to retry these failures.

Thanks for the repro! That should help us quite a bit Oliver Gould < ***@***.*** > On Wed, Feb 26, 2025 at 15:17, TJ Miller < ***@***.*** > wrote: >...

@krishnakumar797 Not yet. Edge releases now include a new `AuthorizationPolicy` resource that is generic over the type of required authentication, so it will be possible to extend this to, for...

@mxinden I'm sympathetic to maintaining a minimal public API, but it's pretty important to us that we can write tests that ensure that our metrics are properly instrumented. For example:...

I understand that this behavior is surprising, but this is the nature of the way that iptables-based rerouting works. You're not quite correct that Kubernetes requires that all ports are...

@FredrikAugust I believe you should be able to upgrade Linkerd as long as you provide the Gateway CRDs yourself. When installing Linkerd, the CRDs chart supports a flag to omit...

This probably indicates that the 1.1 gateway release has stopped shipping the older versions of the CRD that Linkerd reads. Linkerd hasn't upgraded because [Google Cloud continues to ship 0.7.0](https://cloud.google.com/kubernetes-engine/docs/how-to/gatewayclass-capabilities)...