However we should investigate the source.startupPolicy argument to --disk to see if we can make it not fatal for the VM to boot if the Ignition file is later deleted.
source.startupPolicy
It defines what to do with the disk if the source file is not accessible.
Inspired by https://github.com/coreos/fedora-coreos-tracker/issues/1307
We now have
s390x
andppc64le
. Let's update some of our examples to handle cases wherefw_cfg
doesn't work for those platforms.Need to be updated.
For libvirt the command floating around issue comments looks like:
However we should investigate the
source.startupPolicy
argument to--disk
to see if we can make it not fatal for the VM to boot if the Ignition file is later deleted.For QEMU: