diff --git a/content/en/docs/v3.6/feature-gates/index.md b/content/en/docs/v3.6/feature-gates/index.md index b3544d40..6c38f6d3 100644 --- a/content/en/docs/v3.6/feature-gates/index.md +++ b/content/en/docs/v3.6/feature-gates/index.md @@ -24,8 +24,7 @@ on ETCD. ETCD lets you enable or disable a set of feature gates that are relevant to that component. Use `-h` flag to see a full set of feature gates for all components. -To set feature gates for a component, such as kubelet, use the `--feature-gates` -flag assigned to a list of feature pairs: +To set feature gates, use the `--feature-gates` flag assigned to a list of feature pairs: ```shell --feature-gates=...,DistributedTracing=true