Open
Description
crc start
fails when present vm has different openshift version. CRC starter should check if vm is present and has the same OpenShift version with crc before running crc start
. It could be done by running crc status -o json
and crc version -o json
and comparing openshift version in vm and crc.
If they don't match request for deleting vm should be shown and crc delete -f && crc start
executed to avoid start error.