diff options
author | 2017-08-11 10:16:43 -0400 | |
---|---|---|
committer | 2017-08-11 10:16:43 -0400 | |
commit | 028a6db4d65e75b4a6a8f65ffd1a8d1c8a1f3b33 (patch) | |
tree | b0d10c49e2961d0b09d0d32c88211cd9856d1877 | |
parent | 5468a6e16282720abc0102422d5a2f536f0a1641 (diff) | |
download | coredns-028a6db4d65e75b4a6a8f65ffd1a8d1c8a1f3b33.tar.gz coredns-028a6db4d65e75b4a6a8f65ffd1a8d1c8a1f3b33.tar.zst coredns-028a6db4d65e75b4a6a8f65ffd1a8d1c8a1f3b33.zip |
README Typos (#897)
Found a few typos, spelling, and grammar errors.
-rw-r--r-- | middleware/kubernetes/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/kubernetes/README.md b/middleware/kubernetes/README.md index 0d5dd293f..2ae0fc5c7 100644 --- a/middleware/kubernetes/README.md +++ b/middleware/kubernetes/README.md @@ -72,7 +72,7 @@ kubernetes [ZONES...] { ## Examples Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. -Als handl all `PTR` requests for `10.0.0.0/16` . Verify the existence of pods when answering pod +Also handle all `PTR` requests for `10.0.0.0/16` . Verify the existence of pods when answering pod requests. Resolve upstream records against `10.102.3.10`. Note we show the entire server block here: @@ -83,7 +83,7 @@ here: } } -Or you can selective expose some namespaces: +Or you can selectively expose some namespaces: kubernetes cluster.local { namespaces test staging @@ -101,7 +101,7 @@ in the `prod` and `stage` federations. We resolve upstream records using the ser } } -And finally we connect to Kubernetes from outside the cluster: +And finally we can connect to Kubernetes from outside the cluster: kubernetes cluster.local { endpoint https://k8s-endpoint:8443 |