Skip to content

Commit

Permalink
Add upgrade section kvm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Jul 4, 2019
1 parent 9210b96 commit 4cce597
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4cce597

Please sign in to comment.