Commit 028a6db4 authored by Chris O'Haver's avatar Chris O'Haver Committed by John Belamaric

README Typos (#897)

Found a few typos, spelling, and grammar errors.
parent 5468a6e1
...@@ -72,7 +72,7 @@ kubernetes [ZONES...] { ...@@ -72,7 +72,7 @@ kubernetes [ZONES...] {
## Examples ## Examples
Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. 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 requests. Resolve upstream records against `10.102.3.10`. Note we show the entire server block
here: here:
...@@ -83,7 +83,7 @@ here: ...@@ -83,7 +83,7 @@ here:
} }
} }
Or you can selective expose some namespaces: Or you can selectively expose some namespaces:
kubernetes cluster.local { kubernetes cluster.local {
namespaces test staging namespaces test staging
...@@ -101,7 +101,7 @@ in the `prod` and `stage` federations. We resolve upstream records using the ser ...@@ -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 { kubernetes cluster.local {
endpoint https://k8s-endpoint:8443 endpoint https://k8s-endpoint:8443
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment