[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
@@ -78,7 +78,7 @@ ServiceAccount 将以下内容绑定在一起:
-->
imagePullSecrets 是对同一命名空间中 Secret 的引用列表,用于拉取引用此 ServiceAccount 的 Pod 中的任何镜像。
imagePullSecrets 与 Secrets 不同,因为 Secrets 可以挂载在 Pod 中,但 imagePullSecrets 只能由 kubelet 访问。
更多信息: https://kubernetes.io/zh/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
更多信息: https://kubernetes.io/zh-cn/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
- **secrets** ([]<a href="{{< ref "../common-definitions/object-reference#ObjectReference" >}}">ObjectReference</a>)
@@ -130,7 +130,7 @@ ServiceAccountList 是 ServiceAccount 对象的列表
<!--
List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
-->
ServiceAccount 列表,更多信息: https://kubernetes.io/zh/docs/tasks/configure-pod-container/configure-service-account/
ServiceAccount 列表,更多信息: https://kubernetes.io/zh-cn/docs/tasks/configure-pod-container/configure-service-account/
<!--
## Operations {#Operations}
@@ -39,7 +39,7 @@ LocalObjectReference 包含足够的信息,可以让你在同一命名空间
- **name** (string)
被引用者的名称。
更多信息: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/names/#names
更多信息: https://kubernetes.io/zh-cn/docs/concepts/overview/working-with-objects/names/#names
@@ -83,7 +83,7 @@ data 字段值的总字节必须小于 MaxSecretSize 字节。
用于满足程序化方式处理秘密数据。
更多信息:
https://kubernetes.io/zh/docs/concepts/configuration/secret/#secret-types
https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/#secret-types
## SecretList {#SecretList}
@@ -117,7 +117,7 @@ SecretList 是 Secret 的列表。
items 是 Secret 对象的列表。
更多信息:
https://kubernetes.io/zh/docs/concepts/configuration/secret
https://kubernetes.io/zh-cn/docs/concepts/configuration/secret
<!--
## Operations {#Operations}