serving icon indicating copy to clipboard operation
serving copied to clipboard

Kubernetes-based, scale-to-zero, request-driven compute

Results 353 serving issues
Sort by recently updated
recently updated
newest added

## 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...

kind/feature
area/autoscale
lifecycle/frozen
triage/accepted

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...

kind/bug
area/autoscale
triage/accepted

## 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...

kind/feature

### Auto-generated issue tracking flakiness of test * **Test name**: kubetest2.Test * **Repository name**: serving

auto:flaky
lifecycle/stale

## 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,...

kind/bug
lifecycle/frozen
triage/accepted

/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...

kind/question
area/networking

## 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...

kind/bug
area/networking
triage/accepted

## 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...

kind/bug

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...

triage/needs-user-input

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`

area/API
size/L
do-not-merge/work-in-progress
area/autoscale
area/test-and-release
ok-to-test