aboutsummaryrefslogtreecommitdiff
path: root/plugin/reload/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-03-02 09:03:25 +0000
committerGravatar GitHub <noreply@github.com> 2019-03-02 09:03:25 +0000
commit824367e8e680222b6672e4ebc0a6bc5c7a119f46 (patch)
tree305df4b3f0cd6ca68bdeba001e7d71846510149e /plugin/reload/README.md
parente3e3249016304506b004caf3b84bd291018760c9 (diff)
downloadcoredns-824367e8e680222b6672e4ebc0a6bc5c7a119f46.tar.gz
coredns-824367e8e680222b6672e4ebc0a6bc5c7a119f46.tar.zst
coredns-824367e8e680222b6672e4ebc0a6bc5c7a119f46.zip
plugin/reload: add bug text about import (#2638)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to '')
-rw-r--r--plugin/reload/README.md7
1 files changed, 7 insertions, 0 deletions
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).