Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Kaptain Kubeaddons Release 1.20-1.4.0

Latest
Compare
Choose a tag to compare
@akirillov akirillov released this 31 Aug 20:47
92ed8a2

New features

  • Configurable garbage collection for non-active Knative revisions.

    Example configuration:

    gc:
      responsiveRevisionGC: "allowed"
      retainSinceCreateTime: "48h"
      retainSinceLastActiveTime: "15h"
      minNonActiveRevisions: "20"
      maxNonActiveRevisions: "1000"