Skip to content

Commit

Permalink
specify components requiring feature gate (kubernetes#17922)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
boluisa authored and zacharysarah committed Dec 5, 2019
1 parent 68da5c1 commit 5296f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 5296f76

Please sign in to comment.