I am trying to run Red Hat CodeReady Containers (CRC) with OpenShift 4.19.8 on an Ubuntu VM (running on VMware).
No matter what I do, crc status always shows: crc status output (https://i.sstatic.net/6oeZj5BM.png)
Even though i did follow the steps of the documentation These are all the commands i executed
# Update package list sudo apt update # Install NetworkManager sudo apt install -y network-manager # Install Libvirt and related tools sudo apt install -y libvirt-daemon-system libvirt-clients virt-manager # Install QEMU/KVM sudo apt install -y qemu-kvm # Optional: add your user to the libvirt group so you can manage VMs without sudo sudo usermod -aG libvirt $USER $ cd ~/Downloads/ $ tar xvf crc-linux-amd64.tar.xz crc-linux-2.16.0-amd64/ crc-linux-2.16.0-amd64/LICENSE crc-linux-2.16.0-amd64/crc $ mkdir -p ~/local/bin $ mv crc-linux-*-amd64/crc ~/local/bin/ $ export PATH=$HOME/local/bin:$PATH $ crc version CRC version: 2.16.0+05b62a75 OpenShift version: 4.12.9 Podman version: 4.4.1 $ echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc crc setup crc start --log-level debug -p ~/Downloads/pull-secret now the output for crc start --log-level debug -p ~/Downloads/pull-secret (https://i.sstatic.net/xFkFKBai.png)
I have also been unable to connect
I did make sure to give generous ressources to the vm 16 Go Ram 4 cpus 70 Go storage virtualisation is active
And i have tried to do crc stop crc delete and crc start again multiple times I also tried deleting everything and re doing the crc setup all over I have tried to wait hoping it would become reachable at some point but it didn't Please if you have any tips or suggestions help me 😭