bump to 1.2.1, add loop (#92)

This commit is contained in:
Chris O'Haver 2018-08-27 17:00:12 -04:00 committed by GitHub
parent fb929deeae
commit c7717afbfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -57,6 +57,7 @@ data:
prometheus :9153 prometheus :9153
proxy . UPSTREAMNAMESERVER proxy . UPSTREAMNAMESERVER
cache 30 cache 30
loop
reload reload
loadbalance loadbalance
}STUBDOMAINS }STUBDOMAINS
@ -91,7 +92,7 @@ spec:
operator: "Exists" operator: "Exists"
containers: containers:
- name: coredns - name: coredns
image: coredns/coredns:1.2.0 image: coredns/coredns:1.2.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

View file

@ -51,6 +51,7 @@ function kube-dns-stubdomains-to-coredns {
SD_DOMAIN:53 { SD_DOMAIN:53 {
errors errors
cache 30 cache 30
loop
proxy . SD_DESTINATION proxy . SD_DESTINATION
}' }'