Closed
Description
What would you like to be added (User Story)?
In currently, when user add additional config of kubelet, user add params to KubeadmConfigSpec resource .spec.joinConfiguration.nodeRegistration.kubeletExtraArgs
.
But, recently kubelet warns some args will be removed and recommended that should be set via config file specified by kubelet's --config flag.
So when we use new version Kubernetes, this how to specify kubelet args maybe will be cannot use I think.
Therefore, I suggest to make setting KubeletConfig (https://pkg.go.dev/k8s.io/kubelet/config/v1beta1#KubeletConfiguration) via KubeadmConfig resource.
Detailed Description
NONE
Anything else you would like to add?
No response
Label(s) to be applied
/kind feature
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.