Skip to content

Commit 8af3536

Browse files
authored
Merge pull request #24745 from gaoguangze111/update-page-conventions
Update non localized links in page conventions
2 parents bb60c2f + 558eb5c commit 8af3536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/zh/docs/reference/kubectl/conventions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For `kubectl run` to satisfy infrastructure as code:
6565
* Switch to configuration files checked into source control for features that are needed, but not expressible via `kubectl run` flags.
6666
-->
6767

68-
* 使用特定版本的标签标记镜像,不要将该标签移动到新版本。例如,使用 `:v1234``v1.2.3``r03062016-1-4`,而不是 `:latest`(有关详细信息,请参阅[配置的最佳实践](/docs/concepts/configuration/overview/#container-images))。
68+
* 使用特定版本的标签标记镜像,不要将该标签移动到新版本。例如,使用 `:v1234``v1.2.3``r03062016-1-4`,而不是 `:latest`(有关详细信息,请参阅[配置的最佳实践](/zh/docs/concepts/configuration/overview/#container-images))。
6969
* 固定到特定的[生成器](#生成器)版本,例如 `kubectl run --generator=run-pod/v1`
7070
* 使用基于版本控制的脚本来记录所使用的参数,或者至少使用 `--record` 参数以便为所创建的对象添加注解,在使用轻度参数化的镜像时,记录下所使用的命令行。
7171
* 使用基于版本控制的脚本来运行包含大量参数的镜像。
@@ -156,5 +156,3 @@ You can use the `--dry-run` flag to preview the object that would be sent to you
156156
-->
157157

158158
* 您可以使用 `kubectl apply` 命令创建或更新资源。有关使用 kubectl apply 更新资源的详细信息,请参阅 [Kubectl 文档](https://kubectl.docs.kubernetes.io)
159-
160-

0 commit comments

Comments
 (0)