Dave Protasowski

Results 1317 comments of Dave Protasowski

Note with v1.14 coming out this week [next release is in July](https://github.com/knative/community/blob/main/mechanics/RELEASE-SCHEDULE.md#upcoming-releases) so there's need to rush

Note the (net-gateway-api) changes that will land in https://github.com/knative/serving/pull/15136 don't address this failure.

Digging into this the errors we're seeing is because Contour (deployed using the gateway provisioner/contourdeployment) has a timeout set that's being triggered. It might just be the idle timeout on...

This is blocked on https://github.com/knative-extensions/net-gateway-api/issues/711 https://github.com/projectcontour/contour/issues/6373

Note the (net-gateway-api) changes that will land in https://github.com/knative/serving/pull/15136 don't address this failure.

I recall discussing this issue - something is up with the test because by the definition of the `Revision.Spec.TimeoutSeconds` says it's the max time allowed to process a request. In...

Also disabling timeouts is broken in Contour see: https://github.com/knative-extensions/net-gateway-api/issues/711 https://github.com/projectcontour/contour/issues/6373

If this fixes a problem can you add a test (unit or e2e) that demonstrates it?