Skip to content

Expose 'defer' field of cloud-init write_files in kubeadmConfigSpec.files #14003

Description

@willemm

What would you like to be added (User Story)?

As a cluster admin I would like to add files with defer set, so they are written after a disk is mounted.
(And any other reasons why one would want to use defer in write_files of cloud-init)

Detailed Description

Basically, add a 'defer' field here:


and then copy the value of that field to the 'defer' field of write_files in the cloud-init config (here, I think?
write_files:{{ range . }}
)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.needs-priorityIndicates an issue lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions