Fixed typo
Fixed typo from "For example, to turning off all API versions except v1" to "For example, to turn off all API versions except v1"pull/38508/head
parent
5fcf88c89a
commit
294557aaeb
|
@ -20,7 +20,7 @@ The `runtime-config` command line argument also supports 2 special keys:
|
|||
- `api/legacy`, representing only legacy APIs. Legacy APIs are any APIs that have been
|
||||
explicitly [deprecated](/docs/reference/using-api/deprecation-policy/).
|
||||
|
||||
For example, to turning off all API versions except v1, pass `--runtime-config=api/all=false,api/v1=true`
|
||||
For example, to turn off all API versions except v1, pass `--runtime-config=api/all=false,api/v1=true`
|
||||
to the `kube-apiserver`.
|
||||
|
||||
## {{% heading "whatsnext" %}}
|
||||
|
|
Loading…
Reference in New Issue