CoreDNS 1.0.6 (#62)

This commit is contained in:
Chris O'Haver 2018-02-22 09:54:08 -05:00 committed by GitHub
parent 33c9db3d96
commit c7d5d3185d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ data:
health
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
pods insecure
upstream /etc/resolv.conf
upstream
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
@ -87,7 +87,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: coredns/coredns:1.0.4
image: coredns/coredns:1.0.6
imagePullPolicy: IfNotPresent
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: