December 2019
Intermediate to advanced
314 pages
6h 51m
English
In this section, we will learn how to install Minishift on a machine running Fedora. If you don't run Fedora on your machine, you can check out the prerequisites for your OS at https://docs.okd.io/latest/minishift/getting-started/preparing-to-install.html.
First, you will need to install two kernel modules (libvirt and qemu-kvm), which are needed to manage the various virtualization platforms. These are compliant with the Kernel-based Virtual Machine (KVM) technology. Follow these steps to do so:
$ sudo dnf install libvirt qemu-kvm
$ sudo usermod -a -G libvirt $(whoami)
Read now
Unlock full access