serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
# Description Users are allowed to define a `livenessProbe` on their container (for now just on the main one, with https://github.com/knative/serving/pull/14853 also on all sidecars). If the user defines just...
Relates to #15089 ~~* delete ./test/conformance/api/v1/revision_timeout_test.go since it is identical to ./test/e2e/timeout_test.go except for TestRevisionTimeout/writes_first_byte_before_timeout~~ (learned that e2e and conformance aren't necessarily interchangeable) * fix expected status code for TestRevisionTimeout/writes_first_byte_before_timeout...
## Expected Behavior Tests passing successfully. ## Actual Behavior Consistent failures: **Test name**: test/conformance/api/v1.TestRevisionTimeout/writes_first_byte_before_timeout **Repository name**: serving **Testing areas**: Gateway API + Contour (periodic job) ## Steps to Reproduce the...
## In what area(s)? /area autoscale ## What version of Knative? 1.9.2 ## Expected Behavior Under sustained load for 15-20 minutes to the same service, the service should remain operational...
Fixes #13812 ## Proposed Changes * if revision is inactive, scale to zero instead of waiting for last pod retention **Release Note** ```release-note ```
Fixes # ## Proposed Changes * * * **Release Note** ```release-note ```
## What version of Knative? V1.11.0 0.11.x > Output of `git describe --dirty` ## Expected Behavior As part of the Kserve deployment, we are deploying Istio, Cert Manager, and Knative...
## Expected Behavior Tests passing successfully. ## Actual Behavior Consistent failures: **Test name**: test/e2e.TestDestroyPodInflight **Repository name**: serving **Testing areas**: Gateway API + Contour (periodic job) ## Steps to Reproduce the...
## Describe the feature KPA gathers statistics via a moving average across pod replicas given a time window. I am wondering if we could provide something smarter and also deal...
## What version of Knative? > 0.13.x ## Expected Behavior Hey all, I have istio installed on my eks cluster, and aws lb controller, to set up the loadbalancer including...