File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,10 @@ The suffix of a valid kubelet drop-in configuration file **must** be `.conf`. Fo
115
115
The kubelet processes files in its config drop-in directory by sorting the **entire file name** alphanumerically.
116
116
For instance, `00-kubelet.conf` is processed first, and then overridden with a file named `01-kubelet.conf`.
117
117
118
- These files may contain partial configurations and might not be valid config files by themselves.
119
- Validation is only performed on the final resulting configuration structure
120
- stored internally in the kubelet.
121
- This offers you flexibility in how you manage and combine kubelet configuration that comes from different sources.
122
- However, it's important to note that the behavior varies based on the data type of the configuration fields.
118
+ These files may contain partial configurations but should not be invalid and must include type metadata, specifically `apiVersion` and `kind`.
119
+ Validation is only performed on the final resulting configuration structure stored internally in the kubelet.
120
+ This offers flexibility in managing and merging kubelet configurations from different sources while preventing undesirable configurations.
121
+ However, it is important to note that behavior varies based on the data type of the configuration fields.
123
122
124
123
Different data types in the kubelet configuration structure merge differently. See the
125
124
[reference document](/docs/reference/node/kubelet-config-directory-merging.md)
You can’t perform that action at this time.
0 commit comments