aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2019-04-01 10:38:17 -0400
committerGravatar GitHub <noreply@github.com> 2019-04-01 10:38:17 -0400
commit67fdd7f23fa361dcb4e7383700f21beb27f643d9 (patch)
tree0e4dc136a0ab162d0aed456fb73717cde6edcab5
parentb9766ae515cd9154c901490d931fa442319e94c2 (diff)
downloadcoredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.tar.gz
coredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.tar.zst
coredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.zip
Update README.md (#2747)
-rw-r--r--plugin/autopath/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md
index da23ddfcf..96b0e5beb 100644
--- a/plugin/autopath/README.md
+++ b/plugin/autopath/README.md
@@ -50,4 +50,6 @@ Use the search path dynamically retrieved from the *kubernetes* plugin.
## Known Issues
-Autopath is not compatible with pods running from Windows nodes.
+In Kubernetes, *autopath* is not compatible with pods running from Windows nodes.
+
+If the server side search ultimately results in a negative answer (e.g. `NXDOMAIN`), then the client will fruitlessly search all paths manually, thus negating the *autopath* optimization.