Skip to content

Commit e26fc90

Browse files
committed
sync implementation-details kubelet-credentialprovider.v1beta1 intro
1 parent b654221 commit e26fc90

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

content/zh-cn/docs/concepts/windows/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Kubernetes 使用 pause 容器以允许工作容器崩溃或重启,而不会
545545

546546
<!--
547547
Kubernetes maintains a multi-architecture image that includes support for Windows.
548-
For Kubernetes v{{< skew currentVersion >}} the recommended pause image is `registry.k8s.io/pause:3.6`.
548+
For Kubernetes v{{< skew currentPatchVersion >}} the recommended pause image is `registry.k8s.io/pause:3.6`.
549549
The [source code](https://github.com/kubernetes/kubernetes/tree/master/build/pause)
550550
is available on GitHub.
551551
@@ -558,7 +558,7 @@ deploying to a production or production-like environment that requires signed
558558
binaries.
559559
-->
560560
Kubernetes 维护一个多体系结构的镜像,包括对 Windows 的支持。
561-
对于 Kubernetes v{{< skew currentVersion >}},推荐的 pause 镜像为 `registry.k8s.io/pause:3.6`
561+
对于 Kubernetes v{{< skew currentPatchVersion >}},推荐的 pause 镜像为 `registry.k8s.io/pause:3.6`
562562
可在 GitHub 上获得[源代码](https://github.com/kubernetes/kubernetes/tree/master/build/pause)
563563

564564
Microsoft 维护一个不同的多体系结构镜像,支持 Linux 和 Windows amd64,

content/zh-cn/docs/reference/config-api/kubelet-credentialprovider.v1beta1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ this field to null if no valid credentials can be returned for the requested ima
127127
<!--
128128
Each key in the map is a pattern which can optionally contain a port and a path.
129129
Globs 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>&ast;.k8s.io</code> or <code>k8s.&ast;.io</code>, and top-level-domains such as <code>k8s.&ast;</code>.
131+
Matching partial subdomains like <code>app&ast;.k8s.io</code> is also supported. Each glob can only match
132+
a single subdomain segment, so <code>&ast;.io</code> does not match <code>&ast;.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>

content/zh-cn/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ Please note that:
896896

897897
<!--
898898
1. The `node-role.kubernetes.io/master` taint is deprecated and will be removed in kubeadm version 1.25
899-
1. Mark control-plane phase phase can be invoked individually with the command
899+
1. Mark control-plane phase can be invoked individually with the command
900900
[`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane)
901901
-->
902902
1. `node-role.kubernetes.io/master` 污点是已废弃的,将会在 kubeadm 1.25 版本中移除

0 commit comments

Comments
 (0)