From abedfa4ca44e57471dbf0a9e034c1d4f6d4604d1 Mon Sep 17 00:00:00 2001 From: Tunde Olu-Isa Date: Mon, 2 Dec 2019 20:31:48 -0600 Subject: [PATCH 1/2] specify components requiring feature gate currently, TTLafterfinished feature gate is a flag that can be passed to kube-apiserver, kube-scheduler and kube-controller-manager. The current description doesn't state what components to pass the flag to. --- .../en/docs/concepts/workloads/controllers/ttlafterfinished.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md b/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md index 622ab79db587a..3b6c2de5709e4 100644 --- a/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md +++ b/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md @@ -16,7 +16,7 @@ objects that have finished execution. TTL controller only handles now, and may be expanded to handle other resources that will finish execution, such as Pods and custom resources. -Alpha Disclaimer: this feature is currently alpha, and can be enabled with +Alpha Disclaimer: this feature is currently alpha, and can be enabled with both kube-controller-manager and kube-scheduler [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `TTLAfterFinished`. From a8f869e942cc99c0cb286096f6011010d2dfa9ea Mon Sep 17 00:00:00 2001 From: Tunde Olu-Isa Date: Tue, 3 Dec 2019 14:43:34 -0600 Subject: [PATCH 2/2] specify components requiring feature gate --- .../en/docs/concepts/workloads/controllers/ttlafterfinished.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md b/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md index 3b6c2de5709e4..3359616009fc9 100644 --- a/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md +++ b/content/en/docs/concepts/workloads/controllers/ttlafterfinished.md @@ -16,7 +16,7 @@ objects that have finished execution. TTL controller only handles now, and may be expanded to handle other resources that will finish execution, such as Pods and custom resources. -Alpha Disclaimer: this feature is currently alpha, and can be enabled with both kube-controller-manager and kube-scheduler +Alpha Disclaimer: this feature is currently alpha, and can be enabled with both kube-apiserver and kube-controller-manager [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `TTLAfterFinished`.