aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-07-14 21:21:06 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2020-07-14 21:21:06 +0200
commitc5a36c70c34d56a984b1da781b1a9ae32d1915b1 (patch)
tree589dd6f3a10dc36755c9003c66cebb740792b8e9
parent45ff6dd1c497d98642c66cf979e40a01c88f45e8 (diff)
downloadcoredns-c5a36c70c34d56a984b1da781b1a9ae32d1915b1.tar.gz
coredns-c5a36c70c34d56a984b1da781b1a9ae32d1915b1.tar.zst
coredns-c5a36c70c34d56a984b1da781b1a9ae32d1915b1.zip
better README
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--plugin/traffic/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/traffic/README.md b/plugin/traffic/README.md
index abb95eae6..8d301b9d6 100644
--- a/plugin/traffic/README.md
+++ b/plugin/traffic/README.md
@@ -165,14 +165,14 @@ endpoint-2.web.lb.example.org. 5 IN A 127.0.2.1
## Bugs
Credentials are not implemented. Bootstrapping is not fully implemented, *traffic* will connect to
-the first working **TO** address, but then stops short of re-connecting to he endpoints is received
-for the management **CLUSTER**.
+the first working **TO** address, but then stops short of re-connecting to the endpoints of the
+management **CLUSTER**.
Load reporting is not supported for the following reason: A DNS query is done by a resolver.
Behind this resolver (which can also cache) there may be many clients that will use this reply. The
responding server (CoreDNS) has no idea how many clients use this resolver. So reporting a load of
+1 on the CoreDNS side can results in anything from 1 to 1000+ of queries on the endpoint, making
-the load reporting from *traffic* highly inaccurate.
+the load reporting from the *traffic* plugin highly inaccurate. Hence it is not done.
## Also See