cluster-api icon indicating copy to clipboard operation
cluster-api copied to clipboard

✨ Add bootCommands to cloud-init file generation

Open davidumea opened this issue 4 months ago • 7 comments

What this PR does / why we need it: Adds the ability to provide bootcmd commands to cloud-init via the KubeadmConfig or KubeadmConfigTemplates custom resources. (Same for KubeadmControlPlane)

One thing that I know that does not work at the time of creating this PR is validating/mutating webhooks for KubeadmConfig and KubeadmConfigTemplates. Some pointers to where to change that would be appreciated.

Which issue(s) this PR fixes Fixes #

davidumea avatar Oct 08 '24 14:10 davidumea