Skip to content

Commit 49f1f0a

Browse files
authored
Merge pull request #3979 from marcosdiez/doc-update-vm-driver-none-dns
Doc update: Issue with ubuntu 18.04, systemd-resolve dns and minikube
2 parents f74751c + 5117b48 commit 49f1f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/vmdriver-none.md

+1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ Some environment variables may be useful for using the `none` driver:
101101
* minikube with the `none` driver has a confusing permissions model, as some commands need to be run as root ("start"), and others by a regular user ("dashboard")
102102
* CoreDNS detects resolver loop, goes into CrashloopBackoff - [#3511](https://github.com/kubernetes/minikube/issues/3511)
103103
* Some versions of Linux have a version of docker that is newer then what Kubernetes expects. To overwrite this, run minikube with the following parameters: `sudo -E minikube start --vm-driver=none --kubernetes-version v1.11.8 --extra-config kubeadm.ignore-preflight-errors=SystemVerification`
104+
* On Ubuntu 18.04 (and probably others), because of how `systemd-resolve` is configured by default, one needs to bypass the default `resolv.conf` file and use a different one instead: `sudo -E minikube --vm-driver=none start --extra-config=kubelet.resolv-conf=/run/systemd/resolve/resolv.conf`
104105
* [Full list of open 'none' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fnone-driver)

0 commit comments

Comments
 (0)