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

We should move this e2e test to net-contour - given it's specific to only that integration _Originally posted by @dprotaso in https://github.com/knative/serving/issues/15188#issuecomment-2122899540_

## Ask your question here: Hello! I am working on an integration between Kserve/Knative with vLLM for deploying LLMs. vLLM is a production inference server for LLMs, and I have...

kind/question
lifecycle/stale

## Ask your question here: I'm referencing two documents. The one is Official docs : https://knative.dev/docs/serving/autoscaling/concurrency/#soft-versus-hard-concurrency-limits and the other one is Configmap's commnet https://github.com/knative/serving/blob/main/config/core/configmaps/autoscaler.yaml I'm confusing when it comes to...

kind/question
lifecycle/stale

## Describe the feature Context: please see the discussion in this issue https://github.com/knative/eventing/issues/7875 Using the [addresses array](https://github.com/knative/pkg/blob/ca5f1cee7df800daf2b5fd890075b3e4829cb7b0/apis/duck/v1/addressable_types.go#L83-L86) in Knative Serving. /area API

kind/feature
area/API
lifecycle/stale

## Question Can we consider removing the snippet that drops the `enable-alpha` and `enable-beta` flags from e2e-tests.sh script for gateway-api testing? ## Context Currently, tests such as `test/conformance/api/v1beta1.TestDomainMapping` and a...

kind/question
lifecycle/stale

## Proposed Changes * * * **Release Note** ```release-note ```

size/L
do-not-merge/work-in-progress

Probably we need to revise that because protoc-gen-gogo has been deprecated long ago (see https://github.com/gogo/protobuf). _Originally posted by @skonto in https://github.com/knative/serving/issues/15101#issuecomment-2114785855_

triage/accepted

When we merged the domain mapping webhook in https://github.com/knative/serving/pull/14082 older installations leave resources around. The release notes didn't specify how clean up the resources. In theory we could create a...

/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 dc44286...217f929: > 217f929 upgrade to...

size/S
skip-review

Fixes #10037 ## Context see feature document: https://docs.google.com/document/d/1TmimPy7qNLtc5IHVFKEme8X-NiIUBtVgR44GlaTqoWs/edit?usp=sharing ## Proposed Changes * Adds startup probe support to Knative Service * Startup Probes disable the Knative's probe optimisation, same as exec...

size/XL