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 @@ -336,14 +336,14 @@ to locate use of deprecated APIs.
336
336
* Update custom integrations and controllers to call the non-deprecated APIs
337
337
* Change YAML files to reference the non-deprecated APIs
338
338
339
- You can use the ` kubectl-convert ` command (` kubectl convert ` prior to v1.20)
340
- to automatically convert an existing object:
339
+ You can use the ` kubectl-convert ` command (` kubectl convert ` prior to v1.20)
340
+ to automatically convert an existing object:
341
341
342
- ` kubectl-convert -f <file> --output-version <group>/<version> ` .
342
+ ` kubectl-convert -f <file> --output-version <group>/<version> ` .
343
343
344
- For example, to convert an older Deployment to ` apps/v1 ` , you can run:
344
+ For example, to convert an older Deployment to ` apps/v1 ` , you can run:
345
345
346
- ` kubectl-convert -f ./my-deployment.yaml --output-version apps/v1 `
346
+ ` kubectl-convert -f ./my-deployment.yaml --output-version apps/v1 `
347
347
348
- Note that this may use non-ideal default values. To learn more about a specific
349
- resource, check the Kubernetes [ API reference] ( /docs/reference/kubernetes-api/ ) .
348
+ Note that this may use non-ideal default values. To learn more about a specific
349
+ resource, check the Kubernetes [ API reference] ( /docs/reference/kubernetes-api/ ) .
You can’t perform that action at this time.
0 commit comments