serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
### Auto-generated issue tracking flakiness of test * **Test name**: kubetest2.Test * **Repository name**: serving
The purpose of this issue is to ensure that all pull requests (PRs) submitted to our repository follow a consistent and meaningful naming convention. This will improve the readability and...
It seems like `TestControllerHA` in regular e2e is flakey - I wonder if it's because we haven't bumped this constant and potentailly other ones in the e2e scripts https://github.com/knative/serving/blob/a0a1ac776600486a21b7714a33be84d8be18884e/test/ha/ha.go#L40 _Originally...
See: https://prow.knative.dev/job-history/gs/knative-prow/pr-logs/directory/certmanager-integration-tests_serving_main > ha.go:92: WaitForNewLeaders[controller] still see intersection: map[controller-68c4cdccdb-tg7v6:{}] > controller_test.go:73: Failed to find new leader: context deadline exceeded > prober.go:187: Stopping all probers /assign @skonto
Currently the TLS conditions are a bit tricky. We re-use the same condition to reflect the status of `external-domain-tls` and `cluster-local-domain-tls`. The first one also needs considering if an external...
Fixes # ## Proposed Changes * * * **Release Note** ```release-note ```
Add test for TLS certificate rotation ## Proposed Changes * Add test for TLS certificate rotation (including rotation of certificates for Activator, queue-proxy, Ingress) * Re-implement the local function `scanPodLogs`...
## What version of Knative? 1.14.0 ## Expected Behavior Being able to send groups of 200 requests and knative service those requests. The requests not to be scheduled to terminating...
## In what area(s)? build test-and-release Other classifications: This is the first issue when I try to installl knative on a fresh AKS cluster ## What version of Knative? knative...
While investigating https://github.com/knative/pkg/issues/1509 we stumbled upon problem that DryRun validation of podspecs is not really working at scale, since we're overwhelming the RateLimiter in the k8s API client that is...