mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
- review BUG related doc for Health and Premotheus after change of behavior to be compatible with reload feature. (#1790)
This commit is contained in:
committed by
Miek Gieben
parent
b9f0d55fc9
commit
30309861c5
@@ -93,3 +93,10 @@ Set a lameduck duration of 1 second:
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
||||
## Bugs
|
||||
|
||||
When reloading, the Health handler is stopped before the new server instance is started.
|
||||
If that new server fails to start, then the initial server instance is still available and DNS queries still served,
|
||||
but Health handler stays down.
|
||||
Health will not reply HTTP request until a successful reload or a complete restart of CoreDNS.
|
||||
|
||||
Reference in New Issue
Block a user