Merge "Update CoreDNS to 011"

This commit is contained in:
Jenkins 2017-09-15 06:44:43 +00:00 committed by Gerrit Code Review
commit bbe6757801
1 changed files with 2 additions and 4 deletions

View File

@ -18,9 +18,7 @@ data:
errors
log stdout
health
kubernetes ${DNS_CLUSTER_DOMAIN} {
cidrs ${PORTAL_NETWORK_CIDR}
}
kubernetes ${DNS_CLUSTER_DOMAIN} ${PORTAL_NETWORK_CIDR}
proxy . /etc/resolv.conf
cache 30
}
@ -49,7 +47,7 @@ spec:
spec:
containers:
- name: coredns
image: coredns/coredns:007
image: coredns/coredns:011
imagePullPolicy: Always
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: