From 65009b557843c706e43b7056f602e61870c6b0d0 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 21 Aug 2017 08:57:54 +0100 Subject: [PATCH] mw/autopath: a minimal bug section (#961) Briefly highlight that autopath might return the wrong results to pods in different namespaces. Fixes #778 --- middleware/autopath/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/middleware/autopath/README.md b/middleware/autopath/README.md index 4f0507891..582b11f4e 100644 --- a/middleware/autopath/README.md +++ b/middleware/autopath/README.md @@ -38,3 +38,8 @@ autopath @kubernetes ~~~ Use the search path dynamically retrieved from the kubernetes middleware. + +## Bugs + +When the *cache* middleware is enabled it is possible for pods in different namespaces to get the +same answer.