@@ -127,16 +127,16 @@ this field to null if no valid credentials can be returned for the requested ima
127127<!--
128128Each key in the map is a pattern which can optionally contain a port and a path.
129129Globs can be used in the domain, but not in the port or the path. Globs are supported
130- as subdomains like '<em> .k8s.io' or ' k8s.</em>.io' , and top-level-domains such as ' k8s.<em>' .
131- Matching partial subdomains like 'app</em> .k8s.io' is also supported. Each glob can only match
132- a single subdomain segment, so * .io does not match * .k8s.io.
130+ as subdomains like <code>* .k8s.io</code> or <code> k8s.*.io</code> , and top-level-domains such as <code> k8s.*</code> .
131+ Matching partial subdomains like <code>app* .k8s.io</code> is also supported. Each glob can only match
132+ a single subdomain segment, so <code>* .io</code> does not match <code>* .k8s.io</code>.</p>
133133-->
134134 <p >
135135 映射中每个键值都是一个正则表达式,可以选择包含端口和路径。
136136 域名部分可以包含通配符,但在端口或路径中不能使用通配符。
137- 支持通配符作为子域,如 <code >* .k8s.io</code > 或 <code >k8s.* .io</code >,以及顶级域,如 <code >k8s.* </code >。
138- 还支持匹配部分子域,如 <code >app* .k8s.io</code >。每个通配符只能匹配一个子域段,
139- 因此 <code >* .io</code > 不匹配 <code >* .k8s.io</code >。
137+ 支持通配符作为子域,如 <code >& ast ; .k8s.io</code > 或 <code >k8s.& ast ; .io</code >,以及顶级域,如 <code >k8s.& ast ; </code >。
138+ 还支持匹配部分子域,如 <code >app& ast ; .k8s.io</code >。每个通配符只能匹配一个子域段,
139+ 因此 <code >& ast ; .io</code > 不匹配 <code >& ast ; .k8s.io</code >。
140140 </p >
141141<!--
142142<p>The kubelet will match images against the key when all of the below are true:</p>
@@ -179,9 +179,9 @@ stopping after the first successfully authenticated pull.</p>
179179 <p >键值示例:</p >
180180<ul >
181181<li >123456789.dkr.ecr.us-east-1.amazonaws.com</li >
182- <li >* .azurecr.io</li >
182+ <li >& ast ; .azurecr.io</li >
183183<li >gcr.io</li >
184- <li >< em >.</ em > .registry.io</li >
184+ <li >& ast ; . & ast ; .registry.io</li >
185185<li >registry.io:8080/path</li >
186186</ul >
187187</td >
0 commit comments