diff --git a/docs/drivers.md b/docs/drivers.md index cee958354b15..b0f79bc86071 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -16,6 +16,8 @@ the host PATH: ## KVM2 driver +## Install + To install the KVM2 driver, first install and configure the prerequisites, namely libvirt 1.3.1 or higher, and qemu-kvm: * Debian or Ubuntu 18.x: `sudo apt install libvirt-clients libvirt-daemon-system qemu-kvm` @@ -77,6 +79,13 @@ or, to use kvm2 as a default driver for `minikube start`: minikube config set vm-driver kvm2 ``` +## Upgrade + +```shell +curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 \ + && sudo install docker-machine-driver-kvm2 /usr/local/bin/ +``` + ### Troubleshoot If minikube can't start, check if the kvm default network exists.