From 67fdd7f23fa361dcb4e7383700f21beb27f643d9 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 1 Apr 2019 10:38:17 -0400 Subject: [PATCH] Update README.md (#2747) --- plugin/autopath/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.