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
This commit is contained in:
parent
006ce4d56e
commit
2e894eb0a2
4 changed files with 3 additions and 5 deletions
|
@ -27,7 +27,6 @@ import (
|
|||
_ "github.com/coredns/coredns/plugin/nsid"
|
||||
_ "github.com/coredns/coredns/plugin/pprof"
|
||||
_ "github.com/coredns/coredns/plugin/proxy"
|
||||
_ "github.com/coredns/coredns/plugin/reload"
|
||||
_ "github.com/coredns/coredns/plugin/reverse"
|
||||
_ "github.com/coredns/coredns/plugin/rewrite"
|
||||
_ "github.com/coredns/coredns/plugin/root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue