crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
15 stars 18 forks source link

[BUG] CRC does not start (or restart) #287

Open slemeur opened 2 weeks ago

slemeur commented 2 weeks ago

General information

Tried to start CRC/microshift from Podman Desktop. The "starting" process is never ending. There seems to have no timeout since it was starting during "2hours".

Seems related to: https://github.com/crc-org/crc-extension/issues/195

CRC version

CRC version: 2.40.0+a14925
OpenShift version: 4.16.4
MicroShift version: 4.16.4

CRC status

DEBU CRC version: 2.40.0+a14925
DEBU OpenShift version: 4.16.4
DEBU MicroShift version: 4.16.4
DEBU Running 'crc status'
CRC VM:          Starting
MicroShift:      Starting
RAM Usage:       0B of 0B
Disk Usage:      0B of 0B (Inside the CRC VM)
Cache Usage:     35.31GB
Cache Directory: /Users/slemeur/.crc/cache

CRC config

- consent-telemetry                     : no
- disk-size                             : 32
- memory                                : 4291
- preset                                : microshift

Host Operating System

ProductName:        macOS
ProductVersion:     14.6.1
BuildVersion:       23G93

Steps to reproduce

Expected

Actual

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.

slemeur commented 2 weeks ago

I also did an upgrade from 2.38 to 2.40, just before restarting

dgolovin commented 2 weeks ago

@slemeur did you use latest release from extension catalog or latest one from github image registry?