serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## What feature do you want? We want to be able to set min-scale while active to 2 so that our active Knative services are high available and still allow...
## What version of Knative? 0.21.0 ## Expected Behavior Backing up and restoring a Knative service with https://velero.io/ should succeed - or at a minimum have clearer error messages. ##...
I wonder if we are clearing certificates? > upgrade.go:98: Failed to create Service: Internal error occurred: failed calling webhook "webhook.serving.knative.dev": failed to call webhook: Post "https://webhook.db15bd17-dfe9-41c9-9dfb-dd8115ecfe22.svc:443/?timeout=10s": tls: failed to verify...
/area networking Hi, I have kubernetes on premises setup. Kubernetes: 1.29.1 (single node, control plane is also a worker node) Knative Version: 1.13.1 Istio Version: ~~1.13.0~~ **1.20.2**, (mistaken 1.13.0 was...
Failed here https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative_serving/15132/unit-tests_serving_main/1780553267411947520 ``` === RUN TestProbePodIPs revision_backends_test.go:1788: TestProbePodIPs/one_pod_fails_probe: Healthy does not match, got map[10.10.1.3:{}], want map[10.10.1.2:{} 10.10.1.3:{}] diff: sets.Set[string]( - {"10.10.1.3": {}}, + {"10.10.1.2": {}, "10.10.1.3": {}}, ) ---...
## What version of Knative? Kubernetes v1.29, Knative v1.13 > 0.9.x > 0.10.x > 0.11.x > Output of `git describe --dirty` ## Expected Behavior When I send five requests to...
## What version of Knative? ### Has issue > v1.13.1 ### No issue > v1.12.2 ## Expected Behavior If hard limit - container concurrency is set, then no more than...
Hi all, I am faling in love with Knative Serving by modifying your code, every day, for my personal purpose. I am confusing in generating ``pkg/autoscaler/metrics/stat.pb.go`` file. Now I want...
# Description We currently name the "main" container of a `KnativeService` `UserContainer`. As all containers, including sidecars, are provided by the user this name is not ideal. We should check...
Hi we are new with knative, we have couple of days trying to implement it on Digital Ocean without luck We try to follow the documentation but there are many...