Skip to content

Commit e8ac32b

Browse files
authored
Merge pull request #32061 from koolwithk/patch-1
Docs - Fixed double quotes issue with feature-gates
2 parents 28ffd81 + 927cd05 commit e8ac32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To set feature gates for a component, such as kubelet, use the `--feature-gates`
2929
flag assigned to a list of feature pairs:
3030

3131
```shell
32-
--feature-gates="...,GracefulNodeShutdown=true"
32+
--feature-gates=...,GracefulNodeShutdown=true
3333
```
3434

3535
The following tables are a summary of the feature gates that you can set on

0 commit comments

Comments
 (0)