From 05c0f7161b713015c7633a3fcf8a58c54b3dafbe Mon Sep 17 00:00:00 2001 From: Xiao An Date: Thu, 21 Feb 2019 15:15:17 +0800 Subject: Fix some typos in documents (#2592) Signed-off-by: Xiao An --- plugin/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/kubernetes') 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`: ``` -- cgit v1.2.3