serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## In what area(s)? /area autoscale /area api ## What version of Knative? Any. ## Expected Behavior Afaik when a new revision is created the deployment replicas is set to...
## Ask your question here: Hi community, we have a potentially skewed low latency traffic targeting a CPU-bound knative service. With concurrency-based autoscaling, we are seeing a high p90+ latency....
# Description In our certificates for the system-internal-tls feature, we are still using `certificates.LegacyFakeDnsName` for legacy reasons and to make trust work on ingress layers that do not support trusting...
# Context In https://github.com/knative/serving/issues/14609 we added support for configuring CA trust bundles via ConfigMaps. K8s 1.30 will start to support [cluster-trust-bundles](https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/3257-cluster-trust-bundles). We should consider supporting them in the future. There...
### How does Knative use `Service.ExternalName` We currently create an `ExternalName` service for each Knative Route. This results in a CNAME DNS record making the Route accessible within the cluster....
## What version of Knative? 0.22.3 ## Expected Behavior Activator should be resilient under backpressure ## Actual Behavior Activator OOM'ed under backpressure ## Steps to Reproduce the Problem 1. Create...
## In what area(s)? /area networking ## Describe the feature We should enable Cross-Origin Resource Sharing (CORS) configuration in `ksvc`’s annotations Reconciler reconcile CORS info from `ksvc (annotations)` to `virtualservice`:...
/assign @knative/serving-writers /cc @knative/serving-writers Produced via: ```shell for x in net-contour.yaml contour.yaml; do curl https://storage.googleapis.com/knative-nightly/net-contour/latest/$x > ${GITHUB_WORKSPACE}/./third_party/contour-latest/$x done ``` Details: ``` bumping knative.dev/net-contour 1416c53...e99cca4: > e99cca4 Bump Contour to version...
/assign @knative/serving-writers /cc @knative/serving-writers Produced via: ```shell for x in net-gateway-api.yaml istio-gateway.yaml contour-gateway.yaml gateway-api.yaml; do curl https://storage.googleapis.com/knative-nightly/net-gateway-api/latest/$x > ${GITHUB_WORKSPACE}/./third_party/gateway-api-latest/$x done ``` Details: ``` bumping knative.dev/net-gateway-api 80dea62...e89c613: > e89c613 allow running...
### Auto-generated issue tracking flakiness of test * **Test name**: test/ha.TestControllerHA * **Repository name**: serving