diff options
-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. |