diff options
author | 2017-08-21 08:57:54 +0100 | |
---|---|---|
committer | 2017-08-21 08:57:54 +0100 | |
commit | 65009b557843c706e43b7056f602e61870c6b0d0 (patch) | |
tree | 4463b1d3de9776e92b3dc095388b4ca6e29093d3 /middleware | |
parent | fe75e1b6f9656d9778ecb5c8713956545fa09d26 (diff) | |
download | coredns-65009b557843c706e43b7056f602e61870c6b0d0.tar.gz coredns-65009b557843c706e43b7056f602e61870c6b0d0.tar.zst coredns-65009b557843c706e43b7056f602e61870c6b0d0.zip |
mw/autopath: a minimal bug section (#961)
Briefly highlight that autopath might return the wrong results to pods
in different namespaces.
Fixes #778
Diffstat (limited to 'middleware')
-rw-r--r-- | middleware/autopath/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |