Commit b89d8d72 authored by Miek Gieben's avatar Miek Gieben

Update docs

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent 64d0cfba
...@@ -42,6 +42,9 @@ example.org { ...@@ -42,6 +42,9 @@ example.org {
} }
~~~ ~~~
You'll need `ignore_health` because the test binary sets the health status to UNKNOWN and this would
mean CoreDNS doesn't return any (useful) data.
Start CoreDNS (`coredns -conf Corefile -dns.port=1053`), and see logging/debugging flow by; the Start CoreDNS (`coredns -conf Corefile -dns.port=1053`), and see logging/debugging flow by; the
test binary should also spew out a bunch of things. CoreDNS willl build up a list of cluster and test binary should also spew out a bunch of things. CoreDNS willl build up a list of cluster and
endpoints. Next you can query it. Note none of the endpoints are HEALTHY so you'll mostly get NODATA endpoints. Next you can query it. Note none of the endpoints are HEALTHY so you'll mostly get NODATA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment