Files
kubernetes/test/e2e
Bowei Du 4fe2e82d88 Configure DNS based on the kube-system:kube-dns ConfigMap
Updates the dnsmasq cache/mux layer to be managed by dnsmasq-nanny.
dnsmasq-nanny manages dnsmasq based on values from the
kube-system:kube-dns configmap:

"stubDomains": {
	"acme.local": ["1.2.3.4"]
},

is a map of domain to list of nameservers for the domain. This is used
to inject private DNS domains into the kube-dns namespace. In the above
example, any DNS requests for *.acme.local will be served by the
nameserver 1.2.3.4.

"upstreamNameservers": ["8.8.8.8", "8.8.4.4"]

is a list of upstreamNameservers to use, overriding the configuration
specified in /etc/resolv.conf.
2017-02-27 11:31:59 -08:00
..
2017-02-27 09:15:56 +01:00
2017-02-21 13:26:03 +01:00
2016-09-15 18:38:01 -04:00
2017-02-24 10:40:04 -08:00
2017-02-15 18:16:35 +01:00
2017-01-12 10:21:05 +08:00
2017-02-02 10:31:43 -08:00
2017-02-27 11:51:46 -05:00
2017-02-21 16:31:21 +01:00
2017-01-30 12:46:59 -05:00
2017-01-11 09:09:48 -05:00
2017-02-17 15:47:34 -08:00
2017-02-01 06:32:04 -07:00
2017-01-30 12:46:59 -05:00
2017-01-29 21:41:44 +01:00
2017-02-22 09:27:42 -05:00
2017-01-30 12:46:59 -05:00
2017-02-22 09:27:42 -05:00