Skip to content

Commit f046f1a

Browse files
authored
Merge pull request #34916 from cavcrosby/fix-taints-spelling
[en] typo: Fix "tains" in kubeadm-config.v1beta3 documentation
2 parents d4ead1b + 6138e0b commit f046f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ This information will be annotated to the Node API object, for later re-use</p>
11591159
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#taint-v1-core"><code>[]core/v1.Taint</code></a>
11601160
</td>
11611161
<td>
1162-
<p><code>tains</code> specifies the taints the Node API object should be registered with.
1162+
<p><code>taints</code> specifies the taints the Node API object should be registered with.
11631163
If this field is unset, i.e. nil, in the <code>kubeadm init</code> process it will be defaulted
11641164
with a control-plane taint for control-plane nodes.
11651165
If you don't want to taint your control-plane node, set this field to an empty list,

0 commit comments

Comments
 (0)