Skip to content

Commit 98b049b

Browse files
committed
[en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
4
1 parent a8b640b commit 98b049b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,14 @@ to locate use of deprecated APIs.
324324
* Update custom integrations and controllers to call the non-deprecated APIs
325325
* Change YAML files to reference the non-deprecated APIs
326326

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:
329329

330-
`kubectl-convert -f <file> --output-version <group>/<version>`.
330+
`kubectl-convert -f <file> --output-version <group>/<version>`.
331331

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:
333333

334-
`kubectl-convert -f ./my-deployment.yaml --output-version apps/v1`
334+
`kubectl-convert -f ./my-deployment.yaml --output-version apps/v1`
335335

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/).

0 commit comments

Comments
 (0)