serving
serving copied to clipboard
Kubernetes-based, scale-to-zero, request-driven compute
## Knative version v1.15.0 ## Expected Behavior The Knative serving supports the `exec readiness probes` for serving sidecar containers. I call **serving sidecar containers** the containers that didn't have the...
## Background In 2021 KNative made it so that the `ValidatingWebhookConfiguration` and `MutatingWebhookConfiguration` resources were "owned" by the Namespace which KNative is installed into (`kanative-serving` by default): - https://github.com/knative/pkg/pull/2098. This...
## Proposed Changes Update revision resource reconciler such that change in Revision annotations are reflected in it's Pod Autoscaler. With this change, we will be able to manually set the...
Knative v1.11 on Kubernetes 1.27 Issue Description: The cold start time significantly increases when rw.podsAddressable is set to false. The podsAddressable flag is set to false [here](https://github.com/knative/serving/blob/5f5f6d820b03280bfc85a5544c85a465289f7269/pkg/activator/net/revision_backends.go#L402). After restarting the...
Fixes #15477 ## Proposed Changes * For Kubernetes clusters without mesh enabled, it's preferable to probe the pod directly. However, if podsAddressable is set to false, the activator will continuously...
Part of #15474 ## Proposed Changes fixed the pinned dependencies issue reported by [scorecard](https://scorecard.dev/viewer/?uri=github.com/knative/serving). **Release Note** ```release-note NONE ```
Fixes https://github.com/knative/community/issues/1592 ## Proposed Changes PR to add the [Scorecard GitHub Action](https://github.com/ossf/scorecard-action) and its [badge](https://openssf.org/blog/2022/09/08/show-off-your-security-score-announcing-scorecards-badges/) in the README file. **Release Note** ```release-note NONE ```
## Ask your question here: Hi there. I'm facing a situation where I need to detect that a Knative Service will never be Ready because its Deployment progress deadline expired....
## Ask your question here: Is there a way to set the `failurePolicy` for https://github.com/knative/serving/blob/main/config/core/webhooks/configmap-validation.yaml when rolling out `knative-serving`? We have problems with `Fail` under Gardener and would like to...
Revision stays in ContainerMissing condition forever after a temporary failure of digest resolution
/area reconciler ## What version of Knative? 1.14 ## Expected Behavior After a temporary error in digest resolution causes a ContainerHealthy condition to be False due to ContainerMissing , when...