diff options
author | 2019-04-01 10:38:17 -0400 | |
---|---|---|
committer | 2019-04-01 10:38:17 -0400 | |
commit | 67fdd7f23fa361dcb4e7383700f21beb27f643d9 (patch) | |
tree | 0e4dc136a0ab162d0aed456fb73717cde6edcab5 | |
parent | b9766ae515cd9154c901490d931fa442319e94c2 (diff) | |
download | coredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.tar.gz coredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.tar.zst coredns-67fdd7f23fa361dcb4e7383700f21beb27f643d9.zip |
Update README.md (#2747)
-rw-r--r-- | plugin/autopath/README.md | 4 |
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. |