aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2017-11-08 12:08:32 -0500
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2017-11-08 12:08:32 -0500
commit0b93ea5147f9d968ec0da7975f138b802190ee15 (patch)
tree45c37f3a5a443c93413a818a017f13c783036eda
parentf6caa48b944f3de2a99a7cb8e88d47b4c6fdb1bc (diff)
downloadcoredns-0b93ea5147f9d968ec0da7975f138b802190ee15.tar.gz
coredns-0b93ea5147f9d968ec0da7975f138b802190ee15.tar.zst
coredns-0b93ea5147f9d968ec0da7975f138b802190ee15.zip
k8s readme tweaks (#1206)
fix minor capitalization and grammar errors
-rw-r--r--plugin/kubernetes/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md
index 358b0b307..890aad9cd 100644
--- a/plugin/kubernetes/README.md
+++ b/plugin/kubernetes/README.md
@@ -46,7 +46,7 @@ kubernetes [ZONES...] {
will automatically perform a healthcheck and proxy to the healthy k8s API endpoint.
* `tls` **CERT** **KEY** **CACERT** are the TLS cert, key and the CA cert file names for remote k8s connection.
This option is ignored if connecting in-cluster (i.e. endpoint is not specified).
-* `namespaces` **NAMESPACE [NAMESPACE...]**, exposed only the k8s namespaces listed.
+* `namespaces` **NAMESPACE [NAMESPACE...]**, only exposes the k8s namespaces listed.
If this option is omitted all namespaces are exposed
* `labels` **EXPRESSION** only exposes the records for Kubernetes objects that match this label selector.
The label selector syntax is described in the
@@ -66,18 +66,18 @@ kubernetes [ZONES...] {
option requires substantially more memory than in insecure mode, since it will maintain a watch
on all pods.
-* `endpoint_pod_names` Use the pod name of the pod targeted by the endpoint as
+* `endpoint_pod_names` uses the pod name of the pod targeted by the endpoint as
the endpoint name in A records, e.g.
`endpoint-name.my-service.namespace.svc.cluster.local. in A 1.2.3.4`
By default, the endpoint-name name selection is as follows: Use the hostname
of the endpoint, or if hostname is not set, use the dashed form of the endpoint
- ip address (e.g. `1-2-3-4.my-service.namespace.svc.cluster.local.`)
+ IP address (e.g. `1-2-3-4.my-service.namespace.svc.cluster.local.`)
If this directive is included, then name selection for endpoints changes as
follows: Use the hostname of the endpoint, or if hostname is not set, use the
pod name of the pod targeted by the endpoint. If there is no pod targeted by
- the endpoint, use the dashed ip address form.
+ the endpoint, use the dashed IP address form.
* `upstream` **ADDRESS [ADDRESS...]** defines the upstream resolvers used for resolving services
- that point to external hosts (External Services). **ADDRESS** can be an ip, an ip:port, or a path
+ that point to external hosts (External Services). **ADDRESS** can be an IP, an IP:port, or a path
to a file structured like resolv.conf.
* `ttl` allows you to set a custom TTL for responses. The default (and allowed minimum) is to use
5 seconds, the maximum is capped at 3600 seconds.