serving icon indicating copy to clipboard operation
serving copied to clipboard

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

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

Hello everyone. I was wondering if there is a way to tell Knative to apply scaling decisions on a custom resource field instead of the usual Deployment/ReplicaSet "replicas" field. I...

kind/question

here, we don't add the ctx from the tracer back to the request because there are no downstream spans we want to add? _Originally posted by @Cali0707 in https://github.com/knative/serving/pull/15961#discussion_r2195829250_

As outlined in this document if you increase the max-revision-timeout it advises increasing the terminationGracePeriodSeconds on the activator. How do you actually do this? https://knative.dev/docs/serving/configuration/config-defaults/#max-revision-timeout-seconds:~:text=If%20this%20value%20is%20increased%2C%20the%20activator%27s%20terminationGracePeriodSeconds%20should%20also%20be%20increased%20to%20prevent%20in%2Dflight%20requests%20from%20being%20disrupted. Thanks, Gus

kind/question

Since the switch of the metrics backend the autoscaler is reporting stale metrics for services/revisions. We run: ``` metrics-protocol: prometheus request-metrics-protocol: prometheus ``` ## What version of Knative? v1.19.6 ##...

kind/bug

This commit implements configurable load balancing policy. - Add LoadBalancingPolicy field to RevisionSpec in v1 API - Support policies: random-choice-2, round-robin, least-connections, first-available - Add validation for LoadBalancingPolicy in revision...

size/XXL
ok-to-test

This is a continuation of https://github.com/knative/serving/issues/14029 We've introduced an intermediate setting that is secure and allows root images. We didn't switch this to the default in 1.20 but will do...

/area API /kind feature ## Describe the feature Currently, Knative controllers expect `imagePullSecrets` to be present in the *user namespace* where a Knative Service/Revision is deployed. This is required for...

kind/feature
area/API
triage/accepted

Fixes: Websockets (and some HTTP) closing abruptly when queue-proxy undergoes drain. Due to hijacked connections in net/http not being respected when server.Shutdown is called, any active websocket connections currently end...

size/XXL
do-not-merge/hold
ok-to-test
needs-rebase

## In what area(s)? > /area API ## What version of Knative? > 0.18.x > 0.19.x ## Expected Behavior #### What we observed We observed multiple knative intermittents reconcile failure,...

kind/bug
help wanted
area/API
good first issue
triage/accepted