You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1194 Check machine instance directory on start
Validate that required SSH key files exist in ~/.crc/machines/crc/
before attempting to start an existing VM. Missing files now produce
a clear error message instead of confusing SSH connection failures.
Resolves#1194
returnfmt.Errorf("Required file %s is missing from the instance directory. Please delete the instance with 'crc delete' and recreate it with 'crc start'", filePath)
0 commit comments