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
<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</code>, but can be overridden. If <code>file</code> 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>,
880
+
but can be overridden.
881
+
If <code>file</code> is set, this field <strong>must be set</strong> in case the KubeConfigFile does not
880
882
contain any other authentication information.</p>
881
883
</td>
882
884
</tr>
@@ -1267,7 +1269,7 @@ Defaults to the hostname of the node if not provided.</p>
1267
1269
<code>string</code>
1268
1270
</td>
1269
1271
<td>
1270
-
<p><code>criSocket<code> is used to retrieve container runtime information. This information will
1272
+
<p><code>criSocket</code> is used to retrieve container runtime information. This information will
1271
1273
be annotated to the Node API object, for later re-use.</p>
1272
1274
</td>
1273
1275
</tr>
@@ -1276,9 +1278,9 @@ be annotated to the Node API object, for later re-use.</p>
1276
1278
</td>
1277
1279
<td>
1278
1280
<p><code>taints</code> specifies the taints the Node API object should be registered with.
1279
-
If this field is unset, i.e. nil, in the <code>kubeadm init</code> process it will be defaulted to
1280
-
<code>'node-role.kubernetes.io/master=""'</code>. If you don't want to taint your control-plane node,
1281
-
set this field to an empty list, i.e. <code>taints: []</code> in the YAML file. This field is
1281
+
If this field is unset, i.e. nil, in the <code>kubeadm init</code> process it will be defaulted with
1282
+
a control-plane taint for control-plane nodes. If you don't want to taint your control-plane
1283
+
node, set this field to an empty list, i.e. <code>taints: []</code>, in the YAML file. This field is
0 commit comments