Merge pull request #78920 from rajansandeep/addupstream

Add `upstream` option to CoreDNS ConfigMap
k3s-v1.15.3
Kubernetes Prow Robot 2019-06-11 18:13:28 -07:00 committed by GitHub
commit 56b40066d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,7 @@ data:
health
kubernetes __PILLAR__DNS__DOMAIN__ in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}

View File

@ -66,6 +66,7 @@ data:
health
kubernetes {{ pillar['dns_domain'] }} in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}

View File

@ -66,6 +66,7 @@ data:
health
kubernetes $DNS_DOMAIN in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}