Feature Overview (aka. Goal Summary)
In the MCO today, we always reboot during initial node bootstrap pivot. This is because machine-config CRD also manages non-ignition field like OSImageURL, kernelArguments, extensions, etc. Any update in these fields would require node reboot.
Most of the time cluster OSImageURL is different than boot image and hence it results in node reboot.
However, there are certain use cases (like bare metal) where we would like to skip this reboot to bring up node faster. The cluster admin would boot the node with a boot image matching matching with cluster OSImageURL but it will still lead to reboot.