Skip to content

Commit

Permalink
Remove upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rajansandeep authored Apr 11, 2019
1 parent 99e36e0 commit 556b77d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ data:
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
Expand All @@ -97,8 +96,6 @@ The Corefile configuration includes the following [plugins](https://coredns.io/p
> The `pods insecure` option is provided for backward compatibility with kube-dns. You can use the `pods verified` option, which returns an A record only if there exists a pod in same namespace with matching IP. The `pods disabled` option can be used if you don't use pod records.

> `Upstream` is used for resolving services that point to external hosts (External Services).

* [prometheus](https://coredns.io/plugins/prometheus/): Metrics of CoreDNS are available at http://localhost:9153/metrics in [Prometheus](https://prometheus.io/) format.
* [forward](https://coredns.io/plugins/forward/): Any queries that are not within the cluster domain of Kubernetes will be forwarded to predefined resolvers (/etc/resolv.conf).
* [cache](https://coredns.io/plugins/cache/): This enables a frontend cache.
Expand Down Expand Up @@ -144,7 +141,6 @@ data:
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
Expand Down Expand Up @@ -356,7 +352,6 @@ The complete Corefile with the default plugins:
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
upstream
pods insecure
fallthrough in-addr.arpa ip6.arpa
}
Expand Down

0 comments on commit 556b77d

Please sign in to comment.