mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
Resolve non-local domains in CoreDNS config
Currently CoreDNS only resolves domains in `cluster.local` domain. Added a `forward` clause to mitigate this.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user