You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/config-api/kubeadm-config.v1beta2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ could be used for assigning a stable DNS to the control plane.</li>
348
348
<code>string</code>
349
349
</td>
350
350
<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.
352
352
If empty, <code>k8s.gcr.io</code> will be used by default; in case of kubernetes version is
353
353
a CI build (kubernetes version starts with <code>ci/</code>) <code>gcr.io/k8s-staging-ci-images</code>
354
354
is used as a default for control plane components and for kube-proxy, while
@@ -876,7 +876,7 @@ cluster information.
876
876
</td>
877
877
<td>
878
878
<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
880
880
contain any other authentication information.</p>
881
881
</td>
882
882
</tr>
@@ -1080,7 +1080,7 @@ originated from the Kubernetes/Kubernetes release process</p>
1080
1080
<code>string</code>
1081
1081
</td>
1082
1082
<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.
1084
1084
If not set, the <code>imageRepository</code> defined in ClusterConfiguration will be used.</p>
1085
1085
</td>
1086
1086
</tr>
@@ -1267,7 +1267,7 @@ Defaults to the hostname of the node if not provided.</p>
1267
1267
<code>string</code>
1268
1268
</td>
1269
1269
<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
1271
1271
be annotated to the Node API object, for later re-use.</p>
0 commit comments