mirror of
https://github.com/coredns/coredns.git
synced 2025-12-13 13:55:11 -05:00
plugin/reload: Graceful reload of imported files (#3068)
Automatically submitted.
This commit is contained in:
@@ -89,8 +89,9 @@ closed in step 1; so the health endpoint is broken. The same can hopen in the pr
|
||||
|
||||
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.
|
||||
In CoreDNS v1.6.0 and earlier any `import` statements are not discovered by this plugin.
|
||||
This means if any of these imported files changes the *reload* plugin is ignorant of that fact.
|
||||
CoreDNS v1.7.0 and later does parse the Corefile and supports detecting changes in imported files.
|
||||
|
||||
## Metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user