You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/quickstart/provider/minikube/dns.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ something-random.192.168.99.100.nip.io has address 192.168.99.100
35
35
36
36
### Using DNSMasq
37
37
38
-
If you `nip.io` is working for you, you can skip this section, and proceed to verify the hostname.
38
+
If `nip.io` is working for you, you can skip this section, and proceed to verify the hostname.
39
39
40
40
If you prefer not to use `nip.io` or cannot (because your DNS provider might have blocked it), you can use `dnsmasq` on Linux and macOS or `Acrylic` on Windows.
You may need to ensure that the `dnsmasq` service at 127.0.0.1 is listed as a DNS server for your network connection. You may check this using the following command:
61
+
62
+
```sh
63
+
$ scutil --dns | grep minikube -B 1 -A 3
64
+
resolver #8
65
+
domain : minikube
66
+
nameserver[0] : 127.0.0.1
67
+
flags : Request A records, Request AAAA records
68
+
reach : Reachable, Local Address, Directly Reachable Address
69
+
```
70
+
60
71
To verify the hostname, you will need to use `deis.minikube` as hostname instead of `deis.192.168.99.100.nip.io` in the next section. We will also use it in the next step.
0 commit comments