File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -324,14 +324,14 @@ to locate use of deprecated APIs.
324
324
* Update custom integrations and controllers to call the non-deprecated APIs
325
325
* Change YAML files to reference the non-deprecated APIs
326
326
327
- You can use the ` kubectl-convert ` command (` kubectl convert ` prior to v1.20)
328
- to automatically convert an existing object:
327
+ You can use the ` kubectl-convert ` command (` kubectl convert ` prior to v1.20)
328
+ to automatically convert an existing object:
329
329
330
- ` kubectl-convert -f <file> --output-version <group>/<version> ` .
330
+ ` kubectl-convert -f <file> --output-version <group>/<version> ` .
331
331
332
- For example, to convert an older Deployment to ` apps/v1 ` , you can run:
332
+ For example, to convert an older Deployment to ` apps/v1 ` , you can run:
333
333
334
- ` kubectl-convert -f ./my-deployment.yaml --output-version apps/v1 `
334
+ ` kubectl-convert -f ./my-deployment.yaml --output-version apps/v1 `
335
335
336
- Note that this may use non-ideal default values. To learn more about a specific
337
- resource, check the Kubernetes [ API reference] ( /docs/reference/kubernetes-api/ ) .
336
+ Note that this may use non-ideal default values. To learn more about a specific
337
+ resource, check the Kubernetes [ API reference] ( /docs/reference/kubernetes-api/ ) .
You can’t perform that action at this time.
0 commit comments