Commit 59b6a6d2 authored by qiaolei's avatar qiaolei

Fix a typo `hostNet` to `hostNetwork`

Where `hostNet` should be `hostNetwork`
parent a078eba5
......@@ -16,7 +16,7 @@ history of clients that, on purpose or on accident, do not respect DNS TTLs
## Where does resolution work?
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
have the `hostNet` field set to `true`.
have the `hostNetwork` field set to `true`.
## Supported DNS schema
The following sections detail the supported record types and layout that is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment