Skip to content

Commit

Permalink
Fix docs for kvm2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc committed Jul 23, 2018
1 parent 9232e26 commit 23fc22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/drivers/kvm/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ $ sudo apt install libvirt-clients libvirt-daemon-system qemu-kvm
$ sudo yum install libvirt-daemon-kvm qemu-kvm
# Add yourself to the libvirt group so you don't need to sudo
# NOTE: For older Debian/Ubuntu versions change the group to `libvirtd`
# NOTE: For older Debian/Ubuntu versions change the group to [libvirtd]
$ sudo usermod -a -G libvirt $(whoami)
# Update your current session for the group change to take effect
# NOTE: For older Debian/Ubuntu versions change the group to `libvirtd`
# NOTE: For older Debian/Ubuntu versions change the group to [libvirtd]
$ newgrp libvirt
Visit https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm-driver for more information.
Expand Down

0 comments on commit 23fc22e

Please sign in to comment.