Commit 824367e8 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent e3e32490
...@@ -88,3 +88,10 @@ After the aborted attempt to reload we are left with the old processes running, ...@@ -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).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment