serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
Fixes #15007 ## Proposed Changes *Renamed all `UserContainer` occurences to `MainContainer` in `pkg` package * * **Release Note** ```release-note ```
failed run is here ``` {Failed === RUN TestChangeDefaultDomain logger.go:146: 2024-06-27T20:55:21.619Z DEBUG config-store configmap/store.go:155 namespace config "config-network" config was added or updated: &config.Config{DefaultIngressClass:"istio.ingress.networking.knative.dev", DomainTemplate:"{{.Name}}.{{.Namespace}}.{{.Domain}}", TagTemplate:"{{.Tag}}-{{.Name}}", AutoTLS:false, ExternalDomainTLS:false, HTTPProtocol:"enabled", DefaultCertificateClass:"cert-manager.certificate.networking.knative.dev", NamespaceWildcardCertSelector:(*v1.LabelSelector)(0xc000392a20),...
- Fix external domain tls tests - bad substitution - fix env var parsing
## What version of Knative? > 1.13 ## Expected Behavior I follow the [knative docs](https://github.com/knative/docs/tree/main/code-samples/serving/hello-world/helloworld-java-spring) to build helloworld image and create service with following config. ```yaml apiVersion: serving.knative.dev/v1 kind: Service...
## In what area(s)? /area autoscale ## What version of Knative? > 1.13.1 ## Expected Behavior Knative Service Pod and Queue Proxy respect the revision timeout passed. ## Actual Behavior...
## Proposed Changes * See #15238 * * **Release Note** ```release-note ```
Fixes https://github.com/knative/serving/issues/15238 ## Proposed Changes * See https://github.com/knative/serving/pull/15321#issuecomment-2176434523 * After deleting pods the new ones will not set any lease but we want to make sure old relics are removed....
Fixes #14157 ## Proposed Changes * Replaces https://github.com/knative/serving/pull/14835 * Adds pod diagnostics as it was pending [here](https://github.com/knative/serving/blob/main/pkg/reconciler/autoscaling/kpa/scaler.go#L66), I am wondering what it is needed to remove `activationTimeoutBuffer`. * The idea...
Fixes #15278 * marking activator endpoints populated into sks condition accurately While reconciling SKS, the reconciler will reconcile Public Endpoints and mark Activator Endpoints Populated into Condition at last. If...
## In what area(s)? /area API ## What version of Knative? v1.13 ## Expected Behavior Revision should be ready only when all replicas are up ## Actual Behavior Revision is...