Skip to content

Commit

Permalink
Update docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Pandini <fabrizio.pandini@gmail.com>
  • Loading branch information
musaprg and fabriziopandini committed Jul 11, 2023
1 parent 9028721 commit 43bfc3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:

We can use kubeadm's `kubeletconfiguration` patch target to patch the kubelet configuration file. In this example, we put a patch file for `kubeletconfiguration` target in `strategic` `patchtype` on nodes via `KubeadmConfigSpec.files`. For more details, see [Customizing components with the kubeadm API | Kubernetes](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/#patches)

This method is useful when you want to change the kubelet configuration file partially on specific nodes. For example, you can deploy a partially patched kubelet configuration file on specific nodes based on the default configuration used for `kubeadm init`.
This method is useful when you want to change the kubelet configuration file partially on specific nodes. For example, you can deploy a partially patched kubelet configuration file on specific nodes based on the default configuration used for `kubeadm init` or `kubeadm join`.

### KubeadmControlPlaneTemplate

Expand Down

0 comments on commit 43bfc3c

Please sign in to comment.