diff options
Diffstat (limited to 'plugin/kubernetes/README.md')
-rw-r--r-- | plugin/kubernetes/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 24965126a..432c8111a 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -101,8 +101,8 @@ kubernetes [ZONES...] { the query. If **[ZONES...]** is omitted, then fallthrough happens for all zones for which the plugin is authoritative. If specific zones are listed (for example `in-addr.arpa` and `ip6.arpa`), then only queries for those zones will be subject to fallthrough. -* `ignore empty_service` return NXDOMAIN for services without any ready endpoint addresses (e.g. ready pods). - This allows the querying pod to continue searching for the service in the search path. +* `ignore empty_service` return NXDOMAIN for services without any ready endpoint addresses (e.g. ready pods). + This allows the querying pod to continue searching for the service in the search path. The search path could, for example, include another kubernetes cluster. ## Health |