diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-13 23:24:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 23:24:58 -0400 |
commit | 3d2129db3c4b48efd1b95ff979f1bf148643802b (patch) | |
tree | 55c02c6eb40a708e40d88c36abbe8e3580aa77ca | |
parent | 1720a5209dab342b84afd625cf609fe8fddf1f83 (diff) | |
parent | d04cf6b2ae12596a481c37b8d25f652f099ae5cd (diff) | |
download | openshift-3d2129db3c4b48efd1b95ff979f1bf148643802b.tar.gz openshift-3d2129db3c4b48efd1b95ff979f1bf148643802b.tar.bz2 openshift-3d2129db3c4b48efd1b95ff979f1bf148643802b.tar.xz openshift-3d2129db3c4b48efd1b95ff979f1bf148643802b.zip |
Merge pull request #4434 from stevekuznetsov/skuznets/disable-negative-cache
Merged by openshift-bot
-rw-r--r-- | roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2 b/roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2 index f397cbbf1..8bae9aaac 100644 --- a/roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2 +++ b/roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2 @@ -1,3 +1,5 @@ no-resolv domain-needed server=/{{ openshift.common.dns_domain }}/{{ openshift.common.kube_svc_ip }} +no-negcache +max-cache-ttl=1 |