18794: Avoid failing health check on incomplete-but-working config.
authorTom Clegg <tom@curii.com>
Wed, 13 Apr 2022 19:11:56 +0000 (15:11 -0400)
committerTom Clegg <tom@curii.com>
Tue, 26 Apr 2022 15:19:20 +0000 (11:19 -0400)
commite9ce920388dbee730f68cf5edd387452935fba3e
tree4614ab90bbddb8d1ba4d7c2febd0521d3cfd8855
parent1c15e53669bb4f6838e7afef58407c2b458c9b11
18794: Avoid failing health check on incomplete-but-working config.

It is typical to have some InternalURLs that are only reachable by
from the same node (not necessarily where health-check runs) or are
missing entirely because only Nginx needs to know where they are.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
sdk/go/health/aggregator.go
sdk/go/health/aggregator_test.go