Update site/content/docs/user/configuration.md

Co-authored-by: Benjamin Elder <bentheelder@google.com>
This commit is contained in:
Stan
2025-02-27 18:26:57 -08:00
committed by GitHub
parent 10dd898363
commit 6995117f1f

View File

@@ -442,7 +442,7 @@ nodes:
enable-admission-plugins: NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook
{{< /codeFromInline >}}
> **NOTE**: When using `KubeletConfiguration`, kubeadm only applies the kubelet configuration to the **first** node.
> **NOTE**: When using `KubeletConfiguration`, kubeadm only reads the kubelet configuration from the **first** node, which will apply to all nodes.
> This is a current [limitation](https://github.com/kubernetes-sigs/kind/issues/3849).
As a result, if you want to change the kubelet's configuration for any additional node, such as applying a taint, you must use `JoinConfiguration`: