Skip to content

Commit 3463620

Browse files
committed
Make the origin of kubelet config explicit
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent 43bfc3c commit 3463620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CAPBK has several ways to configure kubelet.
1010

1111
You can use `KubeadmConfigSpec.files` to put any files on nodes. This example puts a `KubeletConfiguration` file on nodes via `KubeadmConfigSpec.files`, and makes kubelet use it via `KubeadmConfigSpec.kubeletExtraArgs`. You can check available configurations of `KubeletConfiguration` on [Kubelet Configuration (v1beta1) | Kubernetes](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration).
1212

13-
This method is easy to replace the whole kubelet configuration, but it is not easy to replace only a part of the kubelet configuration.
13+
This method is easy to replace the whole kubelet configuration generated by kubeadm, but it is not easy to replace only a part of the kubelet configuration.
1414

1515
### KubeadmControlPlaneTemplate
1616

0 commit comments

Comments
 (0)