Skip to content

Commit da7374b

Browse files
authored
Merge pull request #39120 from windsonsea/kcrepro
[zh] Sync kubelet-credential-provider.md
2 parents a958552 + a525cfe commit da7374b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/zh-cn/docs/tasks/administer-cluster/kubelet-credential-provider.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 配置 kubelet 镜像凭据提供程序
33
description: 配置 kubelet 的镜像凭据提供程序插件
44
content_type: task
55
min-kubernetes-server-version: v1.26
6+
weight: 120
67
---
78

89
<!--
@@ -13,6 +14,7 @@ reviewers:
1314
description: Configure the kubelet's image credential provider plugin
1415
content_type: task
1516
min-kubernetes-server-version: v1.26
17+
weight: 120
1618
-->
1719

1820
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
@@ -133,8 +135,8 @@ providers:
133135
# 当以下所有条件都为真时,镜像和 matchImage 之间存在匹配:
134136
#
135137
# - 两者都包含相同数量的域部分并且每个部分都匹配。
136-
# - imageMatch 的 URL 路径必须是目标镜像 URL 路径的前缀。
137-
# - 如果 imageMatch 包含端口,则该端口也必须在镜像中匹配。
138+
# - matchImages 的 URL 路径必须是目标镜像 URL 路径的前缀。
139+
# - 如果 matchImages 包含端口,则该端口也必须在镜像中匹配。
138140
#
139141
# matchImages 的示例值:
140142
#
@@ -218,15 +220,15 @@ A match exists between an image name and a `matchImage` entry when all of the be
218220

219221
* Both contain the same number of domain parts and each part matches.
220222
* The URL path of match image must be a prefix of the target image URL path.
221-
* If the imageMatch contains a port, then the port must match in the image as well.
223+
* If the matchImages contains a port, then the port must match in the image as well.
222224

223225
Some example values of `matchImages` patterns are:
224226
-->
225227
当以下所有条件都为真时,镜像名称和 `matchImage` 条目之间存在匹配:
226228

227229
* 两者都包含相同数量的域部分并且每个部分都匹配。
228230
* 匹配图片的 URL 路径必须是目标图片 URL 路径的前缀。
229-
* 如果 imageMatch 包含端口,则该端口也必须在镜像中匹配。
231+
* 如果 matchImages 包含端口,则该端口也必须在镜像中匹配。
230232

231233
`matchImages` 模式的一些示例值:
232234

0 commit comments

Comments
 (0)