From 6138e0bc67f2d7d6fd35f49f89200c962a18a750 Mon Sep 17 00:00:00 2001
From: Conner Crosby
Date: Sun, 10 Jul 2022 17:22:25 -0400
Subject: [PATCH] Fix spelling typo for taints
---
content/en/docs/reference/config-api/kubeadm-config.v1beta3.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md b/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
index 01c245f238..20f5e44d93 100644
--- a/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
+++ b/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
@@ -1159,7 +1159,7 @@ This information will be annotated to the Node API object, for later re-use
[]core/v1.Taint
- tains specifies the taints the Node API object should be registered with.
+
taints specifies the taints the Node API object should be registered with.
If this field is unset, i.e. nil, in the kubeadm init process it will be defaulted
with a control-plane taint for control-plane nodes.
If you don't want to taint your control-plane node, set this field to an empty list,
|