Add upgrade section kvm documentation

pull/4676/head
josedonizetti 2019-07-04 17:21:36 -03:00
parent 9210b96ee8
commit 4cce597c9d
1 changed files with 9 additions and 0 deletions

View File

@ -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.