Skip to content

Commit 1136529

Browse files
committed
Add upgrade section kvm documentation
1 parent 4f3a83c commit 1136529

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/drivers.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ the host PATH:
1616

1717
## KVM2 driver
1818

19+
## Install
20+
1921
To install the KVM2 driver, first install and configure the prerequisites, namely libvirt 1.3.1 or higher, and qemu-kvm:
2022

2123
* 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`:
7779
minikube config set vm-driver kvm2
7880
```
7981

82+
## Upgrade
83+
84+
```shell
85+
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 \
86+
&& sudo install docker-machine-driver-kvm2 /usr/local/bin/
87+
```
88+
8089
### Troubleshoot
8190

8291
If minikube can't start, check if the kvm default network exists.

0 commit comments

Comments
 (0)