serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## Describe the feature We've discussed this a few times in slack but it seems worth having an issue for it and I didn't spot one, so here one is...
We'll need to upgrade the HPA from v2beta2 to v2 before we get to a min k8s version of 1.26. Probably makes sense to do the migration once our min...
## Describe the feature I want add a port to knative service url in my dev environment. I add port to domain-template of config-network ``` kubectl patch configmap -n knative-serving...
### Auto-generated issue tracking flakiness of test * **Test name**: kubetest2.Test * **Repository name**: serving
## What version of Knative? ### 1.1 ## Expected Behavior When a new service is deployed, service URL should be served in HTTP and once HTTPS certificate validation is done,...
/area networking Hi, I'm trying to use knative functions to make streaming http requests. It works well but I have an issue with long requests. After 5 minutes I receive...
## What version of Knative? > 1.0 ## Expected Behavior DomainMapping with a Kubernetes Service should become ready. ## Actual Behavior I am trying to use a DomainMapping with a...
## What version of Knative? > 1.5 ## Expected Behavior A Knative revision should fail gracefully without flailing after n pod failures on initial deployment, and this value should be...
Hi, Getting below error intermittently in the queueproxy container error: "context canceled" knative.dev/key: "test-common-service/test-app-0-0-0" knative.dev/pod: "test-app-0-0-0-deployment-xxxxxxx-xxxxx" logger: "queueproxy" message: "error reverse proxying request; sockstat: sockets: used 44 TCP: inuse 27...
Signed-off-by: Ratnadeep Debnath Fixes #12932 ## Proposed Changes * Replace `autoscaling.knative.dev/max-scale` annotation with `autoscaling.knative.dev/scale-max` * Replace `autoscaling.knative.dev/min-scale` annotation with `autoscaling.knative.dev/scale-min`