[zh]Update reference pages(part-4) for links with '/zh/' prefix, using new prefix '/zh-cn/'

This commit is contained in:
howieyuen
2022-06-23 19:59:48 +08:00
parent e0d6f94bf6
commit e5913a70a5
16 changed files with 113 additions and 113 deletions
@@ -76,7 +76,7 @@ For `kubectl run` to satisfy infrastructure as code:
-->
* 使用特定版本的标签标记镜像,不要将该标签改为新版本。例如使用 `:v1234``v1.2.3``r03062016-1-4`
而不是 `:latest`(有关详细信息,请参阅[配置的最佳实践](/zh/docs/concepts/configuration/overview/#container-images))。
而不是 `:latest`(有关详细信息,请参阅[配置的最佳实践](/zh-cn/docs/concepts/configuration/overview/#container-images))。
* 使用基于版本控制的脚本来运行包含大量参数的镜像。
* 对于无法通过 `kubectl run` 参数来表示的功能特性,使用基于源码控制的配置文件,以记录要使用的功能特性。