From 824367e8e680222b6672e4ebc0a6bc5c7a119f46 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 2 Mar 2019 09:03:25 +0000 Subject: [PATCH] plugin/reload: add bug text about import (#2638) Signed-off-by: Miek Gieben --- plugin/reload/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 625e4b025..8d1f5db64 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -88,3 +88,10 @@ After the aborted attempt to reload we are left with the old processes running, closed in step 1; so the health endpoint is broken. The same can hopen in the prometheus metrics plugin. In general be careful with assigning new port and expecting reload to work fully. + +Also any `import` statement is not discovered by this plugin. This means if any of these imported files +changes the *reload* plugin is ignorant of that fact. + +## Also See + +See coredns-import(7) and corefile(5).