Dave Protasowski
Dave Protasowski
> Rather than introducing a flag to change the meaning of timeoutSeconds, have we considered introducing a firstByteMaxTime or the like? I had not. Though now I wonder if adding...
Circling back - our timeout to first byte logic is currently broken for web sockets. When using web sockets the connection will remain open for `Timeout` duration - which conforms...
Nader is going to drive this for the 1.6 release /assign @nader-ziada /unassign @dprotaso
With https://github.com/knative/serving/issues/11980 we should now be able to make the necessary changes for 1.7
/area networking /triage accepted I confirmed this using the following setup ```yaml apiVersion: v1 kind: Pod metadata: name: nginx labels: app.kubernetes.io/name: proxy spec: containers: - name: nginx image: nginx:stable ports:...
How are you customizing the istio installation? If you're using `istioctl` and a config like this https://github.com/knative-sandbox/net-istio/blob/main/third_party/istio-latest/istio-ci-no-mesh.yaml that could provide some insights
Hey following up what's the status of EndpointSlices? and does Contour currently support [External Service Routing](https://projectcontour.io/docs/v1.18.0/config/external-service-routing/#external-service-routing) with [EndpointSlices with the CNAME address type](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/#address-types)?
> I think that we should confirm what K8s version EndpointSlice is GA Beta in 1.17, GA in 1.21 GA doesn't necessarily mean all things are supported since it depends...
In place formatting would be nice :)
In place would actually be _very_ nice ;)