@@ -3,6 +3,7 @@ title: 配置 kubelet 镜像凭据提供程序
3
3
description : 配置 kubelet 的镜像凭据提供程序插件
4
4
content_type : task
5
5
min-kubernetes-server-version : v1.26
6
+ weight : 120
6
7
---
7
8
8
9
<!--
@@ -13,6 +14,7 @@ reviewers:
13
14
description: Configure the kubelet's image credential provider plugin
14
15
content_type: task
15
16
min-kubernetes-server-version: v1.26
17
+ weight: 120
16
18
-->
17
19
18
20
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
@@ -133,8 +135,8 @@ providers:
133
135
# 当以下所有条件都为真时,镜像和 matchImage 之间存在匹配:
134
136
#
135
137
# - 两者都包含相同数量的域部分并且每个部分都匹配。
136
- # - imageMatch 的 URL 路径必须是目标镜像 URL 路径的前缀。
137
- # - 如果 imageMatch 包含端口,则该端口也必须在镜像中匹配。
138
+ # - matchImages 的 URL 路径必须是目标镜像 URL 路径的前缀。
139
+ # - 如果 matchImages 包含端口,则该端口也必须在镜像中匹配。
138
140
#
139
141
# matchImages 的示例值:
140
142
#
@@ -218,15 +220,15 @@ A match exists between an image name and a `matchImage` entry when all of the be
218
220
219
221
* Both contain the same number of domain parts and each part matches.
220
222
* 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.
222
224
223
225
Some example values of `matchImages` patterns are :
224
226
-->
225
227
当以下所有条件都为真时,镜像名称和 `matchImage` 条目之间存在匹配:
226
228
227
229
* 两者都包含相同数量的域部分并且每个部分都匹配。
228
230
* 匹配图片的 URL 路径必须是目标图片 URL 路径的前缀。
229
- * 如果 imageMatch 包含端口,则该端口也必须在镜像中匹配。
231
+ * 如果 matchImages 包含端口,则该端口也必须在镜像中匹配。
230
232
231
233
` matchImages` 模式的一些示例值:
232
234
0 commit comments