John Howard

Results 1677 comments of John Howard

only for the things reading xds responses, this is xds request On Wed, Aug 28, 2024, 3:13 AM hzxuzhonghu ***@***.***> wrote: > don't we set grpc.MaxCallRecvMsgSize to max uint32? >...

yeah that surprised me too. `istioctl x internal-debug adsz` would maybe give a clue On Wed, Aug 28, 2024, 7:04 PM hzxuzhonghu ***@***.***> wrote: > so how could request be...

``` $ cat istio-config.json | jq '.clients[0].watches["type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"][]' -r | wc -l 23322 ``` Yikes. 1.8mb just from the names (note: this is the size of the debug output, the gRPC...

One thing you could do is set `PILOT_FILTER_GATEWAY_CLUSTER_CONFIG=true`. Part of the problem is each Knative service generates 2 services with 8 ports between them. You probably only use 1, so...

ClusterB also needs to have some awareness of the .global address *with local endpoints* for this setup to work

> It has explicit docyument on external service. > > ``` > // Signifies that the service is external to the mesh. Typically used > // to indicate external services...

It sounds like from this thread, @kyessenov @keithmattix and I are not in favor of this change. @costinm also was not on by default but maybe with a flag. In...

It will introduce incompatibility for users whom expect to do MX to "external" services. Keep in mind the default is external and majority of users do not override the default...

Even if we were to move everything to the new mode today, we would still need the old MX filter around for backwards compatibility