Skip to content

Commit 8d6a45e

Browse files
authored
Merge pull request #3711 from Expire0/patch-1
update libvirtd
2 parents 185570b + edff9ca commit 8d6a45e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/drivers.md

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ sudo apt install libvirt-bin libvirt-daemon-system qemu-kvm
3636
sudo yum install libvirt-daemon-kvm qemu-kvm
3737
```
3838

39+
Enable,start, and verify the libvirtd service has started.
40+
```shell
41+
sudo systemctl enable libvirtd.service
42+
sudo systemctl start libvirtd.service
43+
sudo systemctl status libvirtd.service
44+
```
45+
46+
3947
Then you will need to add yourself to libvirt group (older distributions may use libvirtd instead)
4048

4149
`sudo usermod -a -G libvirt $(whoami)`
@@ -51,6 +59,7 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-
5159
&& sudo install docker-machine-driver-kvm2 /usr/local/bin/
5260
```
5361

62+
5463
NOTE: Ubuntu users on a release older than 18.04, or anyone experiencing [#3206: Error creating new host: dial tcp: missing address.](https://github.com/kubernetes/minikube/issues/3206) you will need to build your own driver until [#3689](https://github.com/kubernetes/minikube/issues/3689) is resolved. Building this binary will require [Go v1.11](https://golang.org/dl/) or newer to be installed.
5564

5665
```shell

0 commit comments

Comments
 (0)