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
In mac crc setup --check-only is always going to fail when you exit from the tray because this check do something launchctl list | grep crc.tray | awk '{print $1}' on windows the tray part is taken care by installer so crc setup --check-only fails first time when bundle is not extracted. We need to do similar hack to mac side to have plist file created during the install time instead crc setup part and ignore that check.
the on-boarding process was starting again since crc setup --check-only was failing :
In mac crc setup --check-only is always going to fail when you exit from the tray because this check do something launchctl list | grep crc.tray | awk '{print $1}'
Steps:
Expected
Tray should be accessible again
Actual
Onboaring process start again
The text was updated successfully, but these errors were encountered: