File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
site/content/en/docs/drivers Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,23 @@ When using the `user` network (default) the guest uses **only** the first `names
6565
6666##### Workarounds:
67671 . If possible, reorder your ` /etc/resolv.conf ` to have a general ` nameserver ` entry first (eg. ` 8.8.8.8 ` ) and reboot your machine.
68- 2 . (Coming soon) Use ` --network=socket_vmnet `
68+ 2 . Use ` --network=socket_vmnet `
69+
70+ ### 2. ` /var/db/dhcpd_leases ` errors
71+
72+ If you're seeing errors related to ` /var/db/dhcpd_leases ` we recommend the following:
73+ 1 . Uninstall ` socket_vmnet ` :
74+ ``` shell
75+ cd socket_vmnet
76+ sudo make uninstll
77+ sudo rm /var/run/socket_vmnet
78+ ```
79+ 2 . Reboot
80+ 3 . Reinsitall ` socket_vmnet ` :
81+ ``` shell
82+ cd socket_vmnet
83+ sudo make install
84+ ```
6985
7086[ Full list of open 'qemu' driver issues] ( https://github.com/kubernetes/minikube/labels/co%2Fqemu-driver )
7187
You can’t perform that action at this time.
0 commit comments