From bbdb1a72da14e538d0074db2aeec88fb9fe18eac Mon Sep 17 00:00:00 2001 From: josedonizetti Date: Thu, 4 Jul 2019 17:21:36 -0300 Subject: [PATCH] Add upgrade section kvm documentation --- docs/drivers.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/drivers.md b/docs/drivers.md index cee958354b15..6e42b0e6d13a 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.