Commit 30309861 authored by Francois Tur's avatar Francois Tur Committed by Miek Gieben

- review BUG related doc for Health and Premotheus after change of behavior to...

- review BUG related doc for Health and Premotheus after change of behavior to be compatible with reload feature. (#1790)
parent b9f0d55f
......@@ -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.
......@@ -71,5 +71,7 @@ then:
## Bugs
When reloading, we keep the handler running, meaning that any changes to the handler's address
aren't picked up. You'll need to restart CoreDNS for that to happen.
When reloading, the Prometheus 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 Prometheus handler stays down.
Prometheus will not reply HTTP request until a successful reload or a complete restart of CoreDNS.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment