I have followed the steps to install the Openshift local cluster but while executing the command “crc setup” getting the below error.
PS C:\Users\shaik> crc setup
INFO Using bundle path C:\Users\shaik\.crc\cache\crc_hyperv_4.13.3_amd64.crcbundle
INFO Checking minimum RAM requirements
INFO Checking if current user is in crc-users and Hyper-V admins group
INFO Checking if CRC bundle is extracted in '$HOME/.crc'
INFO Checking if C:\Users\shaik\.crc\cache\crc_hyperv_4.13.3_amd64.crcbundle exists
INFO Checking if the daemon task is installed
INFO Checking if the daemon task is running
INFO Running the daemon task
Temporary error: daemon is not running yet (x8)
After that when I run the command “crc start” getting the below error.
PS C:\Users\shaik> crc start
Is 'crc daemon' running? Cannot reach daemon API: Get "http://unix/api/version": open \\.\pipe\crc-http: The system cannot find the file specified.
Kindly help me out with this ASAP as I am stuck at the start of the course and want to complete it ASAP.