diff options
Diffstat (limited to 'plugin/reload/README.md')
-rw-r--r-- | plugin/reload/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 2417357b4..05c6b712f 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -86,7 +86,7 @@ is already listening on that port. The process reloads and performs the followin 4. fail loading the new Corefile, abort and keep using the old process After the aborted attempt to reload we are left with the old processes running, but the listener is -closed in step 1; so the health endpoint is broken. The same can happen in the prometheus metrics plugin. +closed in step 1; so the health endpoint is broken. The same can happen in the prometheus plugin. In general be careful with assigning new port and expecting reload to work fully. |