mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #13510 from Huawei-PaaS/fix_hostnet_in_dns
Fix a typo `hostNet` to `hostNetwork`in DNS
This commit is contained in:
commit
34476cd758
@ -16,7 +16,7 @@ history of clients that, on purpose or on accident, do not respect DNS TTLs
|
|||||||
## Where does resolution work?
|
## Where does resolution work?
|
||||||
Kubernetes Service DNS names can be resolved using standard methods (e.g. [`gethostbyname`](
|
Kubernetes Service DNS names can be resolved using standard methods (e.g. [`gethostbyname`](
|
||||||
http://linux.die.net/man/3/gethostbyname)) inside any pod, except pods which
|
http://linux.die.net/man/3/gethostbyname)) inside any pod, except pods which
|
||||||
have the `hostNet` field set to `true`.
|
have the `hostNetwork` field set to `true`.
|
||||||
|
|
||||||
## Supported DNS schema
|
## Supported DNS schema
|
||||||
The following sections detail the supported record types and layout that is
|
The following sections detail the supported record types and layout that is
|
||||||
|
Loading…
Reference in New Issue
Block a user