Reto

Results 185 comments of Reto

> I believe we should consider excluding 'test.go' files from linting, or at the very least, exempting specific rules for test files, such as dot-imports and unused parameters. The number...

The additional [tasks](https://github.com/knative/serving/issues/14692#issue-2020492469) are up to be grabbed.

Hm as nobody responded to be using it, I'd also vote not not release it for 1.13, as Dave also sent an email about it. I think it should be...

Well that is interesting. @nak3 your environment with GH actions should not be different, right? So I have no idea why this works well and then doesn't like in https://github.com/knative/serving/pull/14627.

Hm, so still disabling it until we figure it out?

> 8:41:40PM: ^ Pending: ErrImagePull (message: rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/jetstack/cert-manager-webhook:v1.13.0": failed to copy: httpReadSeeker: failed open: unexpected status code https://quay.io/v2/jetstack/cert-manager-webhook/manifests/sha256:9f9bda751112262bbe0c0d55e8d06f0fc558870535e063f0c065d632199467f2:...

Thanks, we'll track https://github.com/gorilla/websocket/issues/880 then.

Hey @xiangpingjiang they are an internal CR to bridge between Serving and an issuer (like net-certmanager). You should get those certificates if you enable the external-domain-tls feature and install cert-manager,...

I was able to find the root cause and was able to make the tests pass again [here](https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative_serving/15095/https_serving_main/1783390371254898688) on a hacky [PR](https://github.com/knative/serving/pull/15095/files). **Summary** - There is a timing issue with...

It is not possible to do what you did: - `KnativeServing` can not be installed in more than one namespace - A `KnativeService` cannot target revisions which are in different...