Skip to content

Commit 842c411

Browse files
author
yuli
committed
[zh]Sync reference-7
[zh]Sync reference-7
1 parent f559e15 commit 842c411

File tree

2 files changed

+70
-55
lines changed

2 files changed

+70
-55
lines changed

content/en/docs/reference/config-api/kubeadm-config.v1beta2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ could be used for assigning a stable DNS to the control plane.</li>
348348
<code>string</code>
349349
</td>
350350
<td>
351-
<p><code>mageRepository</code> sets the container registry to pull images from.
351+
<p><code>imageRepository</code> sets the container registry to pull images from.
352352
If empty, <code>k8s.gcr.io</code> will be used by default; in case of kubernetes version is
353353
a CI build (kubernetes version starts with <code>ci/</code>) <code>gcr.io/k8s-staging-ci-images</code>
354354
is used as a default for control plane components and for kube-proxy, while
@@ -876,7 +876,7 @@ cluster information.
876876
</td>
877877
<td>
878878
<p><code>tlsBootstrapToken</code> is a token used for TLS bootstrapping.
879-
If <code>bootstrapToken</code> is set, this field is defaulted to <code>.bootstrapToken.token, but can be overridden. If </code>file` is set, this field <strong>must be set</strong> in case the KubeConfigFile does not
879+
If <code>bootstrapToken</code> is set, this field is defaulted to <code>.bootstrapToken.token</code>, but can be overridden. If <code>file</code> is set, this field <strong>must be set</strong> in case the KubeConfigFile does not
880880
contain any other authentication information.</p>
881881
</td>
882882
</tr>
@@ -1080,7 +1080,7 @@ originated from the Kubernetes/Kubernetes release process</p>
10801080
<code>string</code>
10811081
</td>
10821082
<td>
1083-
<p><code>mageRepository</code> sets the container registry to pull images from.
1083+
<p><code>imageRepository</code> sets the container registry to pull images from.
10841084
If not set, the <code>imageRepository</code> defined in ClusterConfiguration will be used.</p>
10851085
</td>
10861086
</tr>
@@ -1267,7 +1267,7 @@ Defaults to the hostname of the node if not provided.</p>
12671267
<code>string</code>
12681268
</td>
12691269
<td>
1270-
<p>`criSocket is used to retrieve container runtime information. This information will
1270+
<p><code>criSocket<code> is used to retrieve container runtime information. This information will
12711271
be annotated to the Node API object, for later re-use.</p>
12721272
</td>
12731273
</tr>

0 commit comments

Comments
 (0)