Skip to content

Commit ebf3850

Browse files
authored
Merge pull request #14437 from aude/patch-1
Document .localhost usage
2 parents abd35a5 + a723250 commit ebf3850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/en/docs/handbook/addons/ingress-dns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ Hostname: hello-world-app-557ff7dbd8-64mtv
254254

255255
## Known issues
256256

257-
### .localhost domains will not resolve on chromium
258-
.localhost domains will not correctly resolve on chromium since it is used as a loopback address. Instead use .test, .example, or .invalid
257+
### .localhost always resolves to the loopback address
258+
.localhost will often resolve to the loopback address (see [RFC 2606](https://datatracker.ietf.org/doc/html/rfc2606#section-2) and [RFC 6761](https://datatracker.ietf.org/doc/html/rfc6761#section-6.3)), so it can't be used for `minikube ip`. Instead use .test, .example, or .invalid
259259

260260
### .local is a reserved TLD
261261
Do not use .local as this is a reserved TLD for mDNS and bind9 DNS servers

0 commit comments

Comments
 (0)