From 4cce597c9d585c858d64af74c6ece375572bfbc4 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 c13c0806a5..103b7ec565 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -16,6 +16,8 @@ the host PATH: ## KVM2 driver +### KVM2 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 ``` +### 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/ +``` + ### KVM2 troubleshoot If minikube can't start, check if the kvm default network exists.