CAPBK should not write to /tmp #3769
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
Milestone
https://cloudinit.readthedocs.io/en/latest/topics/modules.html#runcmd
the docs here say that cloud-init runcmd steps should not write to /tmp because of a race w/ systemd-tmpfiles-clean, but currently, CABPK writes to
/tmp/kubeadm.yaml
and/tmp/kubeadm-join-config.yaml
.Instead, we should write to someplace like
/run/kubeadm
/kind bug
The text was updated successfully, but these errors were encountered: