Skip to content

Commit

Permalink
Disable dnsmasq on minikube-net network for kvm driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Safronov committed Apr 18, 2018
1 parent 258d1e1 commit 9fd2219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/drivers/kvm/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
const networkTmpl = `
<network>
<name>{{.PrivateNetwork}}</name>
<dns enable='no'/>
<ip address='192.168.39.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.39.2' end='192.168.39.254'/>
Expand Down

0 comments on commit 9fd2219

Please sign in to comment.