Merge pull request #32061 from koolwithk/patch-1

Docs - Fixed double quotes issue with feature-gates
This commit is contained in:
Kubernetes Prow Robot
2022-03-07 14:30:24 -08:00
committed by GitHub
@@ -29,7 +29,7 @@ To set feature gates for a component, such as kubelet, use the `--feature-gates`
flag assigned to a list of feature pairs:
```shell
--feature-gates="...,GracefulNodeShutdown=true"
--feature-gates=...,GracefulNodeShutdown=true
```
The following tables are a summary of the feature gates that you can set on