CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
Setup ends up failing while checking if virtualization is enable
Logs
....
INFO Checking if Virtualization is enabled
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo
DEBU Could not find cpu flags from /proc/cpuinfo
INFO Setting up virtualization
You need to enable virtualization in BIOS
Aditional information
Setting the config to skip the check for virtualization: crc config set skip-check-virt-enabled true setup ends up successfully and after run crc start we have a running cluster:
[fedora@ip-10-0-2-39 ~]$ crc status
CRC VM: Running
OpenShift: Running (v4.17.1)
RAM Usage: 6.082GB of 10.93GB
Disk Usage: 20.58GB of 32.68GB (Inside the CRC VM)
Cache Usage: 19.53GB
Cache Directory: /home/fedora/.crc/cache
General information
Pre testing of crc for arm64 on Fedora arm64
Host Operating System
Steps to reproduce
Expected
Setup ends up successfully
Actual
Setup ends up failing while checking if virtualization is enable
Logs
Aditional information
Setting the config to skip the check for virtualization:
crc config set skip-check-virt-enabled true
setup ends up successfully and after runcrc start
we have a running cluster: