• Kubernetes Submit Queue's avatar
    Merge pull request #41826 from bowei/stub-2 · d731dc75
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 41826, 42405)
    
    Add stubDomains and upstreamNameservers configuration to kube-dns
    
    ```release-note
    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.
    ```
    d731dc75
Name
Last commit
Last update
..
addons Loading commit data...
aws Loading commit data...
centos Loading commit data...
gce Loading commit data...
gke Loading commit data...
images Loading commit data...
juju Loading commit data...
kubemark Loading commit data...
lib Loading commit data...
libvirt-coreos Loading commit data...
local Loading commit data...
openstack-heat Loading commit data...
ovirt Loading commit data...
photon-controller Loading commit data...
rackspace Loading commit data...
saltbase Loading commit data...
skeleton Loading commit data...
ubuntu Loading commit data...
vagrant Loading commit data...
vsphere Loading commit data...
windows Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
clientbin.sh Loading commit data...
common.sh Loading commit data...
get-kube-binaries.sh Loading commit data...
get-kube-local.sh Loading commit data...
get-kube.sh Loading commit data...
kube-down.sh Loading commit data...
kube-push.sh Loading commit data...
kube-up.sh Loading commit data...
kube-util.sh Loading commit data...
kubeadm.sh Loading commit data...
kubectl.sh Loading commit data...
log-dump.sh Loading commit data...
options.md Loading commit data...
restore-from-backup.sh Loading commit data...
test-e2e.sh Loading commit data...
test-network.sh Loading commit data...
test-smoke.sh Loading commit data...
update-storage-objects.sh Loading commit data...
validate-cluster.sh Loading commit data...