Monday, 28 June 2021

CRC - If u have error connecting to api server

Check this: https://github.com/code-ready/crc/issues/1212

 root@master:~# cat /sys/module/kvm_intel/parameters/nested

N

So I tried the following command:

root@master:~# modprobe -r kvm-intel
root@master:~# modprobe kvm-intel nested=1

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...