Skip to content
Snippets Groups Projects
Unverified Commit df279b1f authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2890 from drekle/bugfix/dns-domain-incorrect-for-coredns

CoreDNS uses cluster_name instead of dns_domain
parents 6ac601fd 1e98e844
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ data: ...@@ -11,7 +11,7 @@ data:
.:53 { .:53 {
errors errors
health health
kubernetes {{ cluster_name }} in-addr.arpa ip6.arpa { kubernetes {{ dns_domain }} in-addr.arpa ip6.arpa {
pods insecure pods insecure
upstream /etc/resolv.conf upstream /etc/resolv.conf
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment