Ensure non root user is a member of the libvirt group
kosmoit opened this issue · 2 comments
kosmoit commented
Greetings Sander! Please potentially have a message before the (reboot) message in the fedora Kube setup script to have the user
usermod -a -G libvirt USERIDrunningMinikube
omcfig commented
The script is adding user=student. If you are not student you can update the script before you run it.
sudo usermod -a -G libvirt $(whoami) will probably work.