plugin/reload: add bug text about import (#2638)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-03-02 09:03:25 +00:00
committed by GitHub
parent e3e3249016
commit 824367e8e6

View File

@@ -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. 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. 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).