John Howard

Results 1682 comments of John Howard

Here is how Istio does it: https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#manual-deployment The idea was to match how cloud LB do it, where you point to an existing LB by address

FWIW Istio forwards the annotations from Gateway to the generated resources for similar reasons

May be a dumb question - if we have a scenario like ``` However, if www.example.com (with *.example.com certificate) is served by one listener/filter chain, and app.example.com is served by...

I think the biggest problem is also the fact that the envoy tool is based on routes, so you need a way to translate the `request` from the test to...

My main concern there is that it needs to call out to an external binary (the envoy tool). Might be easiest to ship it as a docker image of something...

But this pr isn't setting termination drain?

This is discussed in https://github.com/istio/istio/issues/46594 and has a bit more context, so I am going to close this and we can consolidate there. Thanks!

IstioEndpoint do not always come from Endpoints, or even from a Kubernetes object, or even from _a single Kubernetes object_ (sometimes its multiple). So I don't see how we can...

I don't think it makes sense to plumb complex data through OSS Istio codebase in order to support a closed source vendor fork (IIUC). If you want to maintain a...

I would look at the config_dump?include_eds output, I am pretty sure the weight is at the locality level not the endpoint level, so it does not show up in the...