From a28ec475db9336a4a3f289aa8d49daf5d27d64b4 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Mon, 6 Jan 2025 16:37:55 -0800 Subject: [PATCH] fix text Signed-off-by: Gang Li --- content/en/docs/v3.6/feature-gates/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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