Skip to content

Commit

Permalink
try hard-coding "vde" network
Browse files Browse the repository at this point in the history
  • Loading branch information
klaases committed Aug 15, 2022
1 parent e57a721 commit 89bfe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/registry/drvs/qemu2/qemu2.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func configure(cc config.ClusterConfig, n config.Node) (interface{}, error) {
CPUType: qemuCPU,
Firmware: qemuFirmware,
VirtioDrives: false,
Network: "user",
Network: "vde",
CacheMode: "default",
IOMode: "threads",
}, nil
Expand Down

0 comments on commit 89bfe19

Please sign in to comment.