serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## What version of Knative? > Knative serving v1.9.0 > Knative serving v1.10.2 ## Expected Behavior It would be nice if services would start after knative is installed ## Actual...
Having 2 setups, on minikube and baremetal on minikube exactly the same setup works perfectly, in the real cluster having issues, described below: ## In what area(s)? /area networking ##...
## What version of Knative? All versions ## Expected Behavior All ingresses should be handled the same ## Actual Behavior Ingresses that belong to a dm are not set to...
## What version of Knative? 1.8.1 ## Expected Behavior I want to executed a rolling restart on a deployment such that it starts the new pod(s), waits until the pod(s)...
Hello everyone. I'm trying to deploy Knative to a high latency environment. Currently, I want to deploy Activator in 2 different locations with high latency between them and I want...
Since we switched to `svc.cluster.local` as the default domain in https://github.com/knative/serving/pull/13259 There's a short window, between creating the Route's K8s Servcie and the KIngress being reconciled, where we create K8s...
## Describe the feature To support easier management in environments where auto-creating ClusterDomainClaims is not desired, support wildcard ClusterDomainClaims. This would allow a domain claim such as: ```yaml apiVersion: networking.internal.knative.dev/v1alpha1...
## What is changing? (Please include as many details as possible.) The address that Knative registers in Revision's EndpointSlice does not include zone information. Can we include zone information to...
## Context Currently we set activator-hpa only based on a `cpu` [target](https://github.com/knative/serving/blob/main/config/core/deployments/activator-hpa.yaml#L34). As the activator is potentially buffering a lot of requests, it can happen that the configured memory is...
## In what area(s)? /area autoscale ## What version of Knative? HEAD ## Expected Behavior When a pod fails to start properly it should eventually be terminated. ## Actual Behavior...