specify components requiring feature gate (#17922)

* 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.

* specify components requiring feature gate
This commit is contained in:
Tunde Olu-Isa 2019-12-03 19:34:57 -06:00 committed by Kubernetes Prow Robot
parent bf92b9febd
commit 68194ab374
1 changed files with 1 additions and 1 deletions

View File

@ -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-apiserver and kube-controller-manager
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
`TTLAfterFinished`.