serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
Testing this change before updating knative/hack
Fixes partially #13308 for podsecuritypolicy (deprecated since 1.21, will be unavailable on 1.25) as we need to support the Pod Security Admission instead which becomes stable in 1.25. * Running...
Opening this as an umbrella to track the various deprecations in k8s v1.25: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25 * CronJob * EndpointSlice * Event * HorizontalPodAutoscaler: https://github.com/knative/serving/issues/12806 * PodDisruptionBudget * PodSecurityPolicy: https://github.com/knative/serving/pull/13327 * RuntimeClass...
### Auto-generated issue tracking flakiness of test * **Test name**: kubetest2.Test * **Repository name**: serving
### Auto-generated issue tracking flakiness of test * **Test name**: test/conformance/api/v1.TestServiceCreateAndUpdate * **Repository name**: serving
## Ask your question here: I've set up Knative Serving in EKS cluster with Kong configured for Ingress gateway. Below are the cluster details: Kubernetes Version: 1.23 Knative Version: 1.7.1...
## What version of Knative? > 1.0.0 ## Expected Behavior No 500 errors. ## Actual Behavior Sporadic 500 errors being presented to the client. From the queue-proxy logs on the...
This was actually something I had asked for a fairly long time ago, which I had wanted to move into `genreconciler` to encourage folks to move "long" work off of...
Knative Serving version v1.7 We are finding Request are not getting distributed to all available pods behind the service. This is happening both when activator is present/absent in the data...
## Describe the feature There is an issue with configuring multiple prometheus ports from a single pod. Currently, prometheus does not support this use case, and we would like to...