CoreDNS: remove external liveness dependency

This removes an external dependency from the default
liveness check.  Previously the coredns liveness probe
would attempt to resolve both an internal and external DNS
name to ensure DNS is working properly.  In practice, however,
external DNS resolution errors tend to be the result of
external networking issues, which won't be solved by deleting
and recreating the coredns service pod (which is the result
of the failed liveness probe).

If extneral name resolution is desired, it can still be
specified in the coredns chart override list.

Change-Id: Ife0d8ebab7bd298e1429bc23140c291e129ac9f5
This commit is contained in:
Matt McEuen 2019-04-22 15:12:13 -05:00
parent f85687607c
commit 56da0a0264
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ conf:
test:
names_to_resolve:
- att.com
- kubernetes.default.svc.cluster.local
images: