Skip to content

Commit b97dfa0

Browse files
authored
Merge pull request #33449 from kinzhi/kinzhi93
[en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
2 parents dbab0ee + 98b049b commit b97dfa0

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
@@ -336,14 +336,14 @@ to locate use of deprecated APIs.
336336
* Update custom integrations and controllers to call the non-deprecated APIs
337337
* Change YAML files to reference the non-deprecated APIs
338338

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

342-
`kubectl-convert -f <file> --output-version <group>/<version>`.
342+
`kubectl-convert -f <file> --output-version <group>/<version>`.
343343

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

346-
`kubectl-convert -f ./my-deployment.yaml --output-version apps/v1`
346+
`kubectl-convert -f ./my-deployment.yaml --output-version apps/v1`
347347

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

0 commit comments

Comments
 (0)