Monday, 14 June 2021

Openshift CRC error

 I got this error:

Last login: Tue Jun 15 11:52:57 2021

[root@rhel83 ~]# hostname

rhel83.localdomain

[root@rhel83 ~]# su - mars

[mars@rhel83 ~]$ crc setup

INFO Checking if running as non-root

INFO Checking if running inside WSL2

INFO Checking if admin-helper executable is cached

INFO Checking if running on a supported CPU architecture

INFO Checking minimum RAM requirements

INFO Checking if Virtualization is enabled

INFO Setting up virtualization

You need to enable virtualization in BIOS



But actually, virtualization is already enabled. 
 
I tried turning on neste virtualization but it didn't work:
https://pve.proxmox.com/wiki/Nested_Virtualization
https://forum.proxmox.com/threads/nested-virtualization.25996/

But still same error. Till I came across this post:
https://www.cbulon.nl/tag/proxmox/

My savior!!!

Important - need to run these 2 commands after reboot:
# modprobe -r kvm_intel
# modprobe kvm_intel

No comments:

Post a Comment

PVC in terminating state

Referencee:https://veducate.co.uk/kubernetes-pvc-terminating/  I still had errors performing deployment, till I released that although I pre...