diff options
author | 2018-03-13 14:42:21 +0000 | |
---|---|---|
committer | 2018-03-13 14:42:21 +0000 | |
commit | 9a82f6952ef1d2b6f00bd10727e27cdbdcdc638f (patch) | |
tree | 959217b8080d1e7628e0c7ce072668b801b5ed2f | |
parent | 3bb4e659b2d0a9020c76968c82b4b8d776a6059f (diff) | |
download | coredns-9a82f6952ef1d2b6f00bd10727e27cdbdcdc638f.tar.gz coredns-9a82f6952ef1d2b6f00bd10727e27cdbdcdc638f.tar.zst coredns-9a82f6952ef1d2b6f00bd10727e27cdbdcdc638f.zip |
Run make -f Makefile.doc
-rw-r--r-- | man/coredns-kubernetes.7 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7 index 92996d37f..dfed04cde 100644 --- a/man/coredns-kubernetes.7 +++ b/man/coredns-kubernetes.7 @@ -236,5 +236,8 @@ Some query labels accept a wildcard value to match any value\. If a label is a v .IP "\(bu" 4 multiple wild cards are allowed in a single query, e\.g\. \fBA\fR Request \fB*\.*\.svc\.zone\.\fR or \fBSRV\fR request \fB*\.*\.*\.*\.svc\.zone\.\fR . +.IP "\(bu" 4 +Wildcard can be used also to resolve PODs IPs as \fBA\fR records in a Service with ClusterIP\. e\.g\.: \fB*\.service\.ns\.svc\.myzone\.local\fR will return the PODs IPs as the following: \fB*\.service\.default\.svc\.cluster\.local\. 5 IN A 192\.168\.10\.10 *\.service\.default\.svc\.cluster\.local\. 5 IN A 192\.168\.25\.15\fR This response can be randomized using the \fBloadbalance\fR plugin +. .IP "" 0 |