summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorBowei Du <bowei@google.com>2017-11-16 16:44:02 -0800
committerBowei Du <bowei@google.com>2017-11-16 16:45:59 -0800
commiteb79043a77170cc4e340d47f2835de5fb75d0d31 (patch)
tree2550e2c049ad2f27d4695f9a86b0fb00f354c4d8 /contributors
parent77610bba016ea41afaedc8ccbee5ce9f7fa3b759 (diff)
fix options
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/network/pod-resolv-conf.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/contributors/design-proposals/network/pod-resolv-conf.md b/contributors/design-proposals/network/pod-resolv-conf.md
index f927c23e..04a97df4 100644
--- a/contributors/design-proposals/network/pod-resolv-conf.md
+++ b/contributors/design-proposals/network/pod-resolv-conf.md
@@ -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
@@ -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`