diff options
author | 2019-02-21 15:15:17 +0800 | |
---|---|---|
committer | 2019-02-21 07:15:17 +0000 | |
commit | 05c0f7161b713015c7633a3fcf8a58c54b3dafbe (patch) | |
tree | 840799f5142b8b47278027ad68de82cd803dbc04 /plugin/kubernetes | |
parent | 34f17b276aad25a1c5e3f2be3946a8c905a01eb9 (diff) | |
download | coredns-05c0f7161b713015c7633a3fcf8a58c54b3dafbe.tar.gz coredns-05c0f7161b713015c7633a3fcf8a58c54b3dafbe.tar.zst coredns-05c0f7161b713015c7633a3fcf8a58c54b3dafbe.zip |
Fix some typos in documents (#2592)
Signed-off-by: Xiao An <hac@zju.edu.cn>
Diffstat (limited to 'plugin/kubernetes')
-rw-r--r-- | plugin/kubernetes/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 40d96210a..c2554ffd1 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -208,7 +208,7 @@ or the word "any"), then that label will match all values. The labels that acce * _namespace_ in an `A` record request: service._namespace_.svc.zone, e.g., `nginx.*.svc.cluster.local` * _port and/or protocol_ in an `SRV` request: __port_.__protocol_.service.namespace.svc.zone., e.g., `_http.*.service.ns.svc.cluster.local` - * multiple wild cards are allowed in a single query, e.g., `A` Request `*.*.svc.zone.` or `SRV` request `*.*.*.*.svc.zone.` + * multiple wildcards are allowed in a single query, e.g., `A` Request `*.*.svc.zone.` or `SRV` request `*.*.*.*.svc.zone.` For example, wildcards can be used to resolve all Endpoints for a Service as `A` records. e.g.: `*.service.ns.svc.myzone.local` will return the Endpoint IPs in the Service `service` in namespace `default`: ``` |