Dave Protasowski
Dave Protasowski
Looks like the failures are legit in the `api` package
/hold for release tomorrow (if prow works ;) )
Our scaling is based on HTTP requests counting - so non-request based protocols aren't a good fit. What were you looking to do with Knative specifically?
What protocol does your app speak?
> The response looks like you get it from net-istio-webhook which is the wrong pod. I think the net-istio webhook doesn't add any filtering when the webhook rules are constructed....
Reading the golang issues it sounds like we can mitigate this failure by setting either `ReadIdleTimeout` or `PingTimeout` no? Setting those will start health checking the connection. Would we want...
Take a look at the routing example here - https://github.com/knative/docs/tree/main/code-samples/serving/knative-routing-go This is the best option for now. Let us know.
/lgtm /approve nit: unsure if you want to handle pool regeneration on deletion. eg. if I'm using a configmap and I'm transitioning to a secret. Then when I add the...
What version of Knative are you using?