You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running kube-setup.sh as root user on Fedora 33 fails:
minikube v1.15.1 on Fedora 33
β¨ Using the kvm2 driver based on user configuration
π The "kvm2" driver should not be used with root privileges.
π‘ If you are running minikube within a VM, consider using --driver=none:
π https://minikube.sigs.k8s.io/docs/reference/drivers/none/
β Exiting due to DRV_AS_ROOT: The "kvm2" driver should not be used with root privileges.
if this script ends with an error, restart the virtual machine
and manually run minikube start --memory 4096 --vm-driver=kvm2
Switching to non-root user xxx and trying to start minikube also fails.
[xxx@localhost kub4h]$ minikube start --memory 4096 --vm-driver=kvm2
π minikube v1.15.1 on Fedora 33
β¨ Using the kvm2 driver based on existing profile
π Starting control plane node minikube in cluster minikube
π Restarting existing kvm2 VM for "minikube" ...
π€¦ StartHost failed, but will try again: driver start: error creating VM: virError(Code=1, Domain=10, Message='internal error: process exited while connecting to monitor: 2020-11-30T07:28:53.375835Z qemu-system-x86_64: error: failed to set MSR 0x48d to 0x5600000016
qemu-system-x86_64: /builddir/build/BUILD/qemu-5.1.0/target/i386/kvm.c:2713: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.')
π Restarting existing kvm2 VM for "minikube" ...
πΏ Failed to start kvm2 VM. Running "minikube delete" may fix it: driver start: error creating VM: virError(Code=1, Domain=10, Message='internal error: process exited while connecting to monitor: 2020-11-30T07:28:58.773855Z qemu-system-x86_64: error: failed to set MSR 0x48d to 0x5600000016
qemu-system-x86_64: /builddir/build/BUILD/qemu-5.1.0/target/i386/kvm.c:2713: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.')
β Exiting due to GUEST_PROVISION: Failed to start host: driver start: error creating VM: virError(Code=1, Domain=10, Message='internal error: process exited while connecting to monitor: 2020-11-30T07:28:58.773855Z qemu-system-x86_64: error: failed to set MSR 0x48d to 0x5600000016
qemu-system-x86_64: /builddir/build/BUILD/qemu-5.1.0/target/i386/kvm.c:2713: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.')
πΏ If the above advice does not help, please let us know:
π https://github.com/kubernetes/minikube/issues/new/choose
The text was updated successfully, but these errors were encountered:
Using
VMware Player Version 12.1.0 (17195230)
.Running
kube-setup.sh
as root user onFedora 33
fails:Switching to non-root user
xxx
and trying to start minikube also fails.The text was updated successfully, but these errors were encountered: