Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't re-start crc cluster #4414

Open
lgrossma opened this issue Sep 2, 2024 · 3 comments
Open

Can't re-start crc cluster #4414

lgrossma opened this issue Sep 2, 2024 · 3 comments

Comments

@lgrossma
Copy link
Contributor

lgrossma commented Sep 2, 2024

After stopping a crc cluster and then trying to start it again, I am running into errors

Screen.Recording.2024-09-02.at.20.43.33.mov
@lgrossma
Copy link
Contributor Author

lgrossma commented Sep 2, 2024

Same thing was happening to me before the first crc start right after installing the crc

@vrubezhny
Copy link
Contributor

After the complete re-installation of CRC I cannot reproduce the issue (the previous attempt wasn't successful, imho, due to lack of available disk space, which wasn't reported by the wizard).

Stop Cluster/Start Cluster work well for me with the same CRC version used:

crc" version -o json
{
  "version": "2.41.0",
  "commit": "e6495f",
  "openshiftVersion": "4.16.7",
  "microshiftVersion": "4.16.7"
}

image

Your errors look like no CRC executable was found on the system (f.i. if you invoked npm i; npm run build and the last one didn't finished successfully while the running extension was continuing its execution) - spawn null ENOENT - there should be a crc ...-like tool command specified instead of nul .

@vrubezhny
Copy link
Contributor

@lgrossma Also, if you're still able to reproduce the issue, could you please check the extension openshiftToolkit.crcBinaryLocation preference value - when the issue is reproducible I expect it to be empty or null...

vrubezhny added a commit to vrubezhny/vscode-openshift-tools that referenced this issue Sep 6, 2024
vrubezhny added a commit that referenced this issue Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants