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 authored Jun 26, 2023
1 parent 3831217 commit 8e472df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
eviction-hard: memory.available<500Mi,nodefs.available<10%
```

## Use the `kubeletconfiguration` patch target
## Use kubeadm's `kubeletconfiguration` patch target

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)

Expand Down

0 comments on commit 8e472df

Please sign in to comment.