Reto

Results 185 comments of Reto

Moved from Serving. CC @knative/func-writers

I assume it is this way to make sure you never have less replicas than what we tested with (and what we set in `replicas` in the yaml). How about...

@manstis As the PR about the startup probes points out, adding startup probes alone is not going to solve this. Knative assumes certain default timeouts which are not working for...

Any updates on this issue? Seems like an easy fix, and lots of people having the issue.

Yeah, you are right. But still, I think it's better that it's on a new line even when the corners of the textbox are not round. I fixed my app...

I'm assuming you have enabled some of the experimental encryption features? In 1.13 certificates are created by cert-manager (via net-certmanager) instead of an internal reconciler. Can you try to delete...

I'm still not sure why you are facing this. Let me point to the important parts in code: In `release-1.13` you should have: - A Secret in `knative-serving` called `routing-serving-certs`...

[As above ](https://github.com/knative/operator/issues/1685#issuecomment-1920896636), you should not have a `kcert` in namespace `knative-serving` only a `Secret` (see our [release manifests](https://github.com/knative/serving/blob/release-1.13/config/core/300-secret.yaml#L42)). But you should have that one `istio-system` which you do not....