John Howard

Results 1671 comments of John Howard

> I do not understand what you mean. You can simply set the field in the same way you set the annotation. The server will ignore it if it is...

Its part of https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig On Fri, Oct 14, 2022 at 5:26 AM That Guy at Github ***@***.***> wrote: > Hi, we have found that the default policy about failing envoy...

Istio and gateway-api work the same - Gateway hostname and Route hostname form a match. The Gateway hostname becomes an SNI match, but the route hostname must be a subset...

We don't explicitly check it *matches*, but we check the configured names overlap. For example if I set `*.example` as the hostname, I could send SNI=foo.example and Host=bar.example. But I...

Specifically document the difference between consistentHash would be nice as well On Wed, Aug 31, 2022 at 12:02 PM Costin Manolache ***@***.***> wrote: > ***@***.**** commented on this pull request....

IMO we should have an idea of a non-broken Envoy implementation before moving forward with an API

> > Isn't it kind of broken without path...? > > For example, if we have 50/50% weighting to v1 and v2 > > > > 1. Randomly hit v1...

AFAIK that is to pick the host _within_ the cluster _after_ picking a cluster

same as https://github.com/istio/istio/issues/41256, we should use the same solution for both