aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Guillaume Gelin <contact@ramnes.eu> 2019-02-21 03:22:01 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-02-20 18:22:01 -0800
commit8691edd69dd7224e46ea4254da9ebb0cc8bb4e3b (patch)
tree58901fc507d28390ccfc2e9de49f6e8d589c6f13
parent39b0b91d6c71bdde85c75b568a994e083c6ae39f (diff)
downloadcoredns-8691edd69dd7224e46ea4254da9ebb0cc8bb4e3b.tar.gz
coredns-8691edd69dd7224e46ea4254da9ebb0cc8bb4e3b.tar.zst
coredns-8691edd69dd7224e46ea4254da9ebb0cc8bb4e3b.zip
Fix typos (#2584)
-rw-r--r--plugin/kubernetes/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md
index 0953b8b1b..40d96210a 100644
--- a/plugin/kubernetes/README.md
+++ b/plugin/kubernetes/README.md
@@ -93,7 +93,7 @@ kubernetes [ZONES...] {
* `noendpoints` will turn off the serving of endpoint records by disabling the watch on endpoints.
All endpoint queries and headless service queries will result in an NXDOMAIN.
* `transfer` enables zone transfers. It may be specified multiples times. `To` signals the direction
- (only `to` is allow). **ADDRESS** must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as
+ (only `to` is allowed). **ADDRESS** must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as
plain addresses. The special wildcard `*` means: the entire internet.
Sending DNS notifies is not supported.
[Deprecated](https://github.com/kubernetes/dns/blob/master/docs/specification.md#26---deprecated-records) pod records in the subdomain `pod.cluster.local` are not transferred.
@@ -103,7 +103,7 @@ 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).
+* `ignore empty_service` returns 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.