From 63b8183c014c94156ac0c059de94ee8f90d7a031 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 9 May 2021 21:04:28 +0900 Subject: [PATCH] Remove responsive-revision-gc config Since https://github.com/knative/serving/pull/10084 deleted old GC and started using responsive GC by default, `responsive-revision-gc` in `config-feature` is not used at all. This patch removes the configuration `responsive-revision-gc` in `config-feature` configmap. --- docs/serving/feature-flags.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/serving/feature-flags.md b/docs/serving/feature-flags.md index e2bffb8ad1e..e69b10763ef 100644 --- a/docs/serving/feature-flags.md +++ b/docs/serving/feature-flags.md @@ -273,15 +273,6 @@ spec: ... ``` -## Responsive Revision Garbage Collector -* **Type**: extension -* **ConfigMap key:** `responsive-revision-gc` - -This flag controls whether new responsive garbage collection is enabled. This -feature labels revisions in real-time as they become referenced and -dereferenced by Routes. This allows us to reap revisions shortly after -they are no longer active. - ## Tag Header Based Routing * **Type**: extension * **ConfigMap key:** `tag-header-based-routing`