Explain .localhost

pull/14437/head
Asbjørn Apeland 2022-06-27 07:54:53 +00:00 committed by GitHub
parent b496d669e7
commit a7232505a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ Hostname: hello-world-app-557ff7dbd8-64mtv
## Known issues
### .localhost domains will not resolve on chromium
.localhost domains will not correctly resolve on chromium since it is used as a loopback address. Instead use .test, .example, or .invalid
### .localhost always resolves to the loopback address
.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
### .local is a reserved TLD
Do not use .local as this is a reserved TLD for mDNS and bind9 DNS servers