Skip to content

Commit b69a29b

Browse files
committed
Added kubeletConfig API note to the Nodes docs
1 parent d3fcf07 commit b69a29b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/nodes-nodes-managing-about.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
[id="nodes-nodes-managing-about_{context}"]
66
= Modifying nodes
77

8-
To make configuration changes to a cluster, or machine pool, you must create a custom resource definition (CRD), or `KubeletConfig` object. {product-title} uses the Machine Config Controller to watch for changes introduced through the CRD to apply the changes to the cluster.
8+
To make configuration changes to a cluster, or machine pool, you must create a custom resource definition (CRD), or `kubeletConfig` object. {product-title} uses the Machine Config Controller to watch for changes introduced through the CRD to apply the changes to the cluster.
9+
10+
[NOTE]
11+
====
12+
Because the fields in a `kubeletConfig` object are passed directly to the kubelet from upstream Kubernetes, the validation of those fields is handled directly by the kubelet itself. Please refer to the relevant Kubernetes documentation for the valid values for these fields. Invalid values in the `kubeletConfig` object can render cluster nodes unusable.
13+
====
914

1015
.Procedure
1116

0 commit comments

Comments
 (0)