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
Chaitanya Bisht 2022-12-16 15:21:09 +05:30 committed by GitHub
parent 5fcf88c89a
commit 294557aaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}}