serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## In what area(s)? > /area networking ## What version of Knative? Knative Serving: 1.15.0 Istio: 1.22.3 ## Expected Behavior net-istio-controller should start ## Actual Behavior net-istio-controller fails to start...
## Describe the feature Remove configurations of inactive revision's services from istio-proxy, via istio's exportTo feature. A revision creates two kubernetes services (rev-00001, rev-00001-private), and both services are discovered by...
The feature flag allows to declare that Pods in the system will eventually all get scheduled and Revisions should therefore not be marked unschedulable Fixes #14862 ## Proposed Changes Unfortunately,...
## What version of Knative? 1.14.1 ## Expected Behavior https://knative.dev/docs/serving/observability/metrics/collecting-metrics/#understanding-the-collector https://knative.dev/docs/serving/services/service-metrics/#exposing-queue-proxy-metrics Per this Article, I expected each metric is going to report as 30s interval when i set `metrics.reporting-period-seconds` as...
## Ask your question here: Hello, how to use knative with already deployed istio with its own gw and vs. I want to use istio's gateway and virtual service which...
## Ask your question here: I have deployment of knative-serving with 3 replicas of knative-serving & 3 replicas of net-kourier contollers with pod anti-affinity such as each pod on each...
/area networking ## What version of Knative? 1.15.0 ## Expected Behavior Legacy applications may have undefined behavior when HTTP/2 upgrade requests are made. Knative should gracefully handle those errors and...
Fixes #15432 ## Proposed Changes * If there is an error when making the OPTIONS request, try to check readiness for HTTP1 **Release Note** ```release-note ```
TIL I learned about `kubectl.kubernetes.io/default-container` https://kubernetes.io/docs/reference/labels-annotations-taints/#kubectl-kubernetes-io-default-container > The value of the annotation is the container name that is default for this Pod. For example, kubectl logs or kubectl exec without...
/area API /kind spec ## Describe the feature When using kustomize on a knative yaml (e.g. to create a Cloud Run service), patching env elements from multiple yaml files causes...