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