Braunson
Braunson
/remove-lifecycle stale
I see this is an open issue on Envoy actually so I'm not certain Istio could implement it: https://github.com/envoyproxy/envoy/issues/6009
@dprotaso I can see requests being made from the queue-proxy to the user-container and attempting to upgrade to HTTP/2 during the `readiness` probes. And the code I linked above I...
I agree that probes should have always been HTTP/1 to match what would be expected from Kubernetes. But if you want this to remain so you can tell if an...
> Would it work if you turn this off for now or is this something that fails in other scenarios? It does work if it is set to false, but...
>What do you mean apps on Knative cant benefit from HTTP/2, could you elaborate? I was under the impression that autodetecting HTTP2 feature was required for HTTP2 to be used...
I see. We use `func` which doesn't support naming the port so that's why the autodetection was going to be required for us.
No it is not. @skonto this is broken in functions because of the flawed implementation in serving.
Thanks @andrew-landsverk-win Similar story here. Question for rancher folks, why is this happening for older upstream or downstream clusters even if they have been updated to the latest supported version?...
Ours was actually the opposite, the Rancher cluster that hosts the Rancher server is not up to date, but the downstream clusters are. Our Rancher Cluster from 2021 has 58...