This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
New features
-
Configurable garbage collection for non-active Knative revisions.
Example configuration:
gc: responsiveRevisionGC: "allowed" retainSinceCreateTime: "48h" retainSinceLastActiveTime: "15h" minNonActiveRevisions: "20" maxNonActiveRevisions: "1000"