Skip to content

Commit 56b4006

Browse files
authored
Merge pull request kubernetes#78920 from rajansandeep/addupstream
Add `upstream` option to CoreDNS ConfigMap
2 parents a8b6cf2 + 5e265e0 commit 56b4006

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cluster/addons/dns/coredns/coredns.yaml.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ data:
6666
health
6767
kubernetes __PILLAR__DNS__DOMAIN__ in-addr.arpa ip6.arpa {
6868
pods insecure
69+
upstream
6970
fallthrough in-addr.arpa ip6.arpa
7071
ttl 30
7172
}

cluster/addons/dns/coredns/coredns.yaml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ data:
6666
health
6767
kubernetes {{ pillar['dns_domain'] }} in-addr.arpa ip6.arpa {
6868
pods insecure
69+
upstream
6970
fallthrough in-addr.arpa ip6.arpa
7071
ttl 30
7172
}

cluster/addons/dns/coredns/coredns.yaml.sed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ data:
6666
health
6767
kubernetes $DNS_DOMAIN in-addr.arpa ip6.arpa {
6868
pods insecure
69+
upstream
6970
fallthrough in-addr.arpa ip6.arpa
7071
ttl 30
7172
}

0 commit comments

Comments
 (0)