Flynn
Flynn
You can get it with e.g. `kubectl get pod contour-gw-0-687fb5c7ff-jptq5 -o yaml`.
Hey @hdost! Thanks for chiming in. Can you tell us a bit more about what specific problem you're trying to solve here, and about how exporting tracing events will help?...
GAMMA is likely going to standardize on Linkerd's behavior being correct, since it's more parallel to the way HTTPRoutes work when bound to Gateways -- check out https://github.com/kubernetes-sigs/gateway-api/issues/2885. (I'll leave...
Which Route has the oldest creation date? (This is a Gateway API route-merging question, and the creation date matters for that.)
Did you mean `hr-0`? The thing to realize here is that Contour and Linkerd are independently processing all the HTTPRoutes they find, and their implementations share _absolutely nothing_ beyond the...
Another workaround is `linkerd install --crds --set enableHttpRoutes=false`, which will prevent Linkerd from overwriting the Gateway API HTTPRoute. That still feels like a workaround, since the default case can mess...
Hey @ferdinandosimonetti! Can we see the full `linkerd check` output in this case? (or, if you don't want to do that, `linkerd mc check` will be enough to get started...
@ferdinandosimonetti Not a problem! We'll come back to it next week. ๐
So after far longer than I want to admit, the ultimate problem here is that Envoy Gateway is routing directly to endpoint IPs rather than Service IPs (this is tracked...
@Wenliang-CHEN Any joy trying with `stable-2.14.4`?ย ๐