Skip to content

Revision garbage collection

Knative automatically cleans up inactive revisions as configured by the Operator. For more information, see the Operator settings.

You can configure a revision so that it is never garbage collected by adding the serving.knative.dev/no-gc: "true" annotation:

apiVersion: serving.knative.dev/v1
kind: Revision
metadata:
  annotations:
    serving.knative.dev/no-gc: "true"
spec:
...
Back to top

We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose. Learn more.

× OK