General information
- OS: macOS
- Hypervisor: KVM / Hyper-V / hyperkit / vfkit
- Did you run
crc setup before starting it (Yes/No)?
- Running CRC on: Baremetal-Server
Steps to reproduce
- Install CRC through the extension
- Assert: CRC dashboard card has 'Installed but not ready' state
- Stop the CRC cluster if necessary and uninstall CRC
- Assert from CLI that CRC is uninstalled (e.g.
crc version)
- Go to dashboard
Expected
CRC dashboard card has 'Not installed' state and the option to install CRC shows up
Actual
CRC dashboard card retains the 'Installed but not ready' state
If you are not on the latest release, the 'Update to X.Y.Z' shows up and if you click on it the corresponding installer will be downloaded and executed successfully, but the 'Initialize and Start' button will not show up (re-starting PD makes it appear).
Logs
Before gather the logs try following if that fix your issue
$ crc delete -f
$ crc cleanup
$ crc setup
$ crc start --log-level debug
Please consider posting the output of crc start --log-level debug on http://gist.github.com/ and post the link in the issue.
General information
crc setupbefore starting it (Yes/No)?Steps to reproduce
crc version)Expected
CRC dashboard card has 'Not installed' state and the option to install CRC shows up
Actual
CRC dashboard card retains the 'Installed but not ready' state
If you are not on the latest release, the 'Update to X.Y.Z' shows up and if you click on it the corresponding installer will be downloaded and executed successfully, but the 'Initialize and Start' button will not show up (re-starting PD makes it appear).
Logs
Before gather the logs try following if that fix your issue
Please consider posting the output of
crc start --log-level debugon http://gist.github.com/ and post the link in the issue.