Skip to content

Commit

Permalink
Couple nits for dnsConfig doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHohn committed Dec 11, 2017
1 parent a47847b commit 9bda0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/services-networking/custom-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
dnsPolicy: "None"
dnsConfig:
nameservers:
- "1.2.3.4"
- 1.2.3.4
searches:
- ns1.svc.cluster.local
- my.dns.search.suffix
Expand Down
3 changes: 2 additions & 1 deletion docs/concepts/services-networking/dns-pod-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ in its `/etc/resolv.conf` file:
```
nameserver 1.2.3.4
search ns1.svc.cluster.local my.dns.search.suffix
options ndots:2 edns0
options ndots:2
options edns0
```

{% endcapture %}
Expand Down

0 comments on commit 9bda0ac

Please sign in to comment.