Bundle 'crc_libvirt_4.2.8.crcbundle' was requested, but the existing VM is using 'crc_libvirt_4.2.2.crcbundle'
Trying to get OpenShift running on my Fedora 31 laptop. Had attempted to install it using crc-linux-1.1.0 but screwed up. Deleted director and installed using crc-linux-1.2.0. Setup goes fine but start always results in the error"Bundle 'crc_libvirt_4.2.8.crcbundle' was requested, but the existing VM is using 'crc_libvirt_4.2.2.crcbundle' ". Trying to figure out what VM I need to delete. recommendations?
paul
Responses
I know this is an old thread but these issues are still rampant in CRC. I'm sorry but the Origin and Minishift options were just fine. I've been trying CRC on and off with Fedora 30-32 almost since this thread started and still nothing seems to work. Always needing to clear ~/.kube and ~/.crc and sort out what a black box binary installer throws around? Where is the RPM and/or VM image to simplify this?
I know this is an old thread but I've been trying to install CRC on fedora using information from the start guide. "crc setup" works fine. However, when I ran "crc start" and "CodeReady Containers VM" got created but openshift cluster doesn't seemed to get installed.
Also, it did not ask me to inter pull secret when I ran "crc start"❯ ./crc setup
INFO Using bundle path /home/dwmartin/.crc/cache/crc_podman_libvirt_3.4.4_amd64.crcbundle
INFO Checking if running as non-root
INFO Checking if running inside WSL2
INFO Checking if crc-admin-helper executable is cached
INFO Checking for obsolete admin-helper executable
INFO Checking if running on a supported CPU architecture
INFO Checking minimum RAM requirements
INFO Checking if crc executable symlink exists
INFO Creating symlink for crc executable
INFO Checking if Virtualization is enabled
INFO Checking if KVM is enabled
INFO Checking if libvirt is installed
INFO Checking if user is part of libvirt group
INFO Checking if active user/process is currently part of the libvirt group
INFO Checking if libvirt daemon is running
INFO Checking if a supported libvirt version is installed
INFO Checking if crc-driver-libvirt is installed
INFO Checking crc daemon systemd service
INFO Setting up crc daemon systemd service
INFO Checking crc daemon systemd socket units
INFO Setting up crc daemon systemd socket units
INFO Checking if systemd-networkd is running
INFO Checking if NetworkManager is installed
INFO Checking if NetworkManager service is running
INFO Checking if dnsmasq configurations file exist for NetworkManager
INFO Checking if the systemd-resolved service is running
INFO Checking if /etc/NetworkManager/dispatcher.d/99-crc.sh exists
INFO Writing NetworkManager dispatcher file for crc
INFO Using root access: Writing NetworkManager configuration to /etc/NetworkManager/dispatcher.d/99-crc.sh
INFO Using root access: Changing permissions for /etc/NetworkManager/dispatcher.d/99-crc.sh to 755
INFO Using root access: Executing systemctl daemon-reload command
INFO Using root access: Executing systemctl reload NetworkManager
INFO Checking if libvirt 'crc' network is available
INFO Setting up libvirt 'crc' network
INFO Checking if libvirt 'crc' network is active
INFO Starting libvirt 'crc' network
INFO Checking if CRC bundle is extracted in '$HOME/.crc'
INFO Checking if /home/dwmartin/.crc/cache/crc_podman_libvirt_3.4.4_amd64.crcbundle exists
Your system is correctly setup for using CodeReady Containers. Use 'crc start' to start the instance
❯ ./crc start
INFO Checking if running as non-root
INFO Checking if running inside WSL2
INFO Checking if crc-admin-helper executable is cached
INFO Checking for obsolete admin-helper executable
INFO Checking if running on a supported CPU architecture
INFO Checking minimum RAM requirements
INFO Checking if crc executable symlink exists
INFO Checking if Virtualization is enabled
INFO Checking if KVM is enabled
INFO Checking if libvirt is installed
INFO Checking if user is part of libvirt group
INFO Checking if active user/process is currently part of the libvirt group
INFO Checking if libvirt daemon is running
INFO Checking if a supported libvirt version is installed
INFO Checking if crc-driver-libvirt is installed
INFO Checking crc daemon systemd socket units
INFO Checking if systemd-networkd is running
INFO Checking if NetworkManager is installed
INFO Checking if NetworkManager service is running
INFO Checking if dnsmasq configurations file exist for NetworkManager
INFO Checking if the systemd-resolved service is running
INFO Checking if /etc/NetworkManager/dispatcher.d/99-crc.sh exists
INFO Checking if libvirt 'crc' network is available
INFO Checking if libvirt 'crc' network is active
INFO Loading bundle: crc_podman_libvirt_3.4.4_amd64...
INFO Creating CodeReady Containers VM for Podman 3.4.4...
INFO Generating new SSH Key pair...
INFO CodeReady Containers instance is running with IP 192.168.130.11
INFO CodeReady Containers VM is running
INFO Updating authorized keys...
INFO Adding new bearer token for cockpit webconsole
podman runtime is now running.
Use the 'podman' command line interface: $ eval $(crc podman-env) $ podman-remote COMMAND