Red Hat CodeReady Container(CRC) Installation in Restricted Network

Posted on

Hello
I am trying to install CRC 4.11.1 on CentOS 8 in restricted network/local network which has no internet.
Install environment is following
Host: 4 cores, 12GB RAM, 300GB HDD
Host OS : CentOS 8 Stream
Hypervisor : Libvirt/KVM
install tools : crc-2.8.0, crc_libvirt_4.11.1_amd64.crcbundle
Firstly, I downloaded crc-2.8.0, pull secret, and crc_libvirt_4.11.1 and copied it into the host which does not connect to internet.
Then, I performed below command in CLI of the host
sudo dnf install -y libvirt, qemu-img
sudo chmod 666 /etc/hosts
$ crc setup -b /opt/crc_libvrit_4.11.1_amd64.crcbundle
$ crc start -p /opt/pull_secret.txt
I failed installation.
while starting openshift cluster, I got error

Temporary error: ssh command error:
command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig
err : Process exited with status 124

How to do for fixing this issue?
why does this error happen?
Can I install CRC 4.11.1 on CentOS 8 in restricted network?
If I can install, what do i do?, and what do i download?

Responses