Skip to content
Snippets Groups Projects
Unverified Commit 72504d26 authored by Derek Lemon's avatar Derek Lemon Committed by GitHub
Browse files

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

appropriately use dns_domain instead of cluster_name for coredns for coredns config map
parents f216e733 1e98e844
No related branches found
No related tags found
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