Oliver Gould
Oliver Gould
Actually, on further inspection, it looks like the CRDs you link to include HTTPRoute v1beta1 and GRPCRoute v1alpha2, so I would expect Linkerd to be able to start properly. We'll...
This appears to be a bug in the Gateway API CRD: ``` :; kubectl get crd grpcroutes.gateway.networking.k8s.io -o json | jq -r '.spec.versions[] | .name + " served=" + (.served...
Ah, so it appears that the v1alpha2 is only served on the [experimental channel](https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml) of the Gateway API. The [release notes for 1.1](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.1.0) call this out: > If you are...
"Bug" was probably a little premature. I think the situation is the following: * The stable release channel does not include alpha versions, only beta versions. * There are no...
@FredrikAugust As you note, there are a slew of dependencies that need to be updated. We've begun updating some of the upstream dependencies (kube, kubert, hyper, etc...) on a branch....
The latest Linkerd edge releases are compatible with v1.1.1 experimental (when upgrading from a prior Linkerd version), and new Linkerd installations may work with stable gateway crds as well (both...
> We could make calling in_current_span configurable on the TokioExecutor type, as one possible solution. Isn't this already the case via the `tracing` feature? @ashtuchkin My understanding is that the...
Additionally: the connection itself probably should *not* have the request context associated with it, but instead only the connection-level metadata. There's a fundamental mismatch between the lifecycle of TraceLayer and...
Thanks for submitting this. There is work in flight (planned to merge soon) that will add route metrics. My preference would be to add this functionality here so that we...
The first version of it has merged but it's not in a place where the frame metrics are really setup. We, coincidentally, had some reports of issues related to applications...