diff options
author | 2018-02-09 11:30:55 +0000 | |
---|---|---|
committer | 2018-02-09 11:30:55 +0000 | |
commit | 2e894eb0a27f5c7d5479c32db69a461e4ed544c8 (patch) | |
tree | 2ffd73cb37fec47b81313e348ad4d1625b27acd1 /plugin | |
parent | 006ce4d56e394f08cb5c1a296d6e0526165d209a (diff) | |
download | coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.gz coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.zst coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.zip |
plugin/reload: disable for now (#1511)
Reloading should work (kill -TERM reload the coredns process), but a lot
of plugins can't handle it proper. Disable to reload plugin until we fix
(most) of the plugins
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/reload/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 1f7f572ad..98c7fd502 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -42,7 +42,7 @@ reload [INTERVAL] [JITTER] Check with the default intervals: -~~~ corefile +~~~ txt . { reload erratic @@ -51,7 +51,7 @@ Check with the default intervals: Check every 10 seconds (jitter is automatically set to 10 / 2 = 5 in this case): -~~~ corefile +~~~ txt . { reload 10s erratic |