The following issue can occur when the user changes the preset. He was previously able to use crc, but since the flow might have been guided (extension/tray) he is unaware of what to do:
PS> crc config set preset podman
Changes to configuration property 'preset' are only applied when the CRC instance is created.
If you already have a running CRC instance with different preset, then for this configuration change to take effect, delete the CRC instance with 'crc delete', setup it with `crc setup` and start it with 'crc start'.
PS> crc delete
Machine does not exist. Use 'crc start' to create it
PS> crc start
file 'C:\Users\gbraad\.crc\cache\crc_podman_hyperv_4.4.1_amd64.crcbundle' does not exist
PS>
We should instruct the user to run crc setup.
Note: I am aware, as shown, this already happens for the preset change itself. But when this is performed from a UI, this message is not shown. We should repeat this again just in case.