Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
bowei committed Nov 17, 2017
1 parent 77610bb commit eb79043
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contributors/design-proposals/network/pod-resolv-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ The fields of `DnsParams` are:
* `search` is a list of additional search path subdomains. On `resolv.conf`
platforms, these are entries to the `search` setting. These domains will be
appended to the existing search path.

* `options` that are an OS-dependent list of (name, value) options. These values
are NOT expected to be generally portable across platforms. For containers that
use `/etc/resolv.conf` style configuration, these correspond to the parameters
Expand Down Expand Up @@ -109,8 +108,7 @@ The pod will get the following `/etc/resolv.conf`:
```bash
nameserver 1.2.3.4
search ns1.svc.cluster.local my.dns.search.suffix
options ndots:2
options edns0
options ndots:2 edns0
```

## Overriding `ndots`
Expand Down

0 comments on commit eb79043

Please sign in to comment.