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
$ crc setup
[...]
INFO Uncompressing /home/ocp_dev/.crc/cache/crc_libvirt_4.17.14_amd64.crcbundle
crc.qcow2: 19.43 GiB / 19.43 GiB [------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00%
oc: 158.81 MiB / 158.81 MiB [-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00%
Your system is correctly setup for using CRC. Use 'crc start' to start the instance
+ /home/ocp_dev/bin/crc start
Is 'crc daemon' running? Cannot reach daemon API: Get "http://unix/api/version": dial unix /home/ocp_dev/.crc/crc-http.sock: connect: no such file or directory
+ /home/ocp_dev/bin/crc console --credentials
Get "http://unix/api/webconsoleurl": dial unix /home/ocp_dev/.crc/crc-http.sock: connect: no such file or directory
++ /home/ocp_dev/bin/crc oc-env
Machine does not exist. Use 'crc start' to create it
With explicitly setting network mode i t works fine:-
$ crc config set network-mode system
$ crc setup
$ crc start
We need to make sure that if user is using network mode as user those setting shouldn't skipped.
It's ok to disable these as long as you know that you will need to start crc daemon by yourself before using crc with usermode networking. It's not much different from other presets (you can skip libvirt install/configuration, but crc won't work if you don't make sure by yourself that libvirt is correctly setup)
The problem here is that they were disabled and the (default) network mode changed.
Hi with latest CRC release crc not starting, is that expected?
Configuration
With explicitly setting network mode i t works fine:-
$ crc config set network-mode system
$ crc setup
$ crc start
Originally posted by @karelyatin in #4514 (comment)
The text was updated successfully, but these errors were encountered: