Resolve non-local domains in CoreDNS config
Currently CoreDNS only resolves domains in `cluster.local` domain. Added a `forward` clause to mitigate this.pull/568/head
parent
5c462220b7
commit
57039c3a0b
|
@ -60,6 +60,7 @@ data:
|
|||
pods insecure
|
||||
fallthrough in-addr.arpa ip6.arpa
|
||||
}
|
||||
forward . 8.8.8.8 8.8.4.4
|
||||
prometheus :9153
|
||||
cache 30
|
||||
loop
|
||||
|
|
Loading…
Reference in New Issue