diff options
author | 2019-09-27 13:30:22 +0100 | |
---|---|---|
committer | 2019-09-27 13:30:22 +0100 | |
commit | 4568a3c25af8540c33fa59ca38ed82b572235d83 (patch) | |
tree | af7ba33e79d46719d50edf21d31102069341546c /man/coredns-kubernetes.7 | |
parent | 7328d3e8c989f28a4b3480c907fca8e7d43aa76a (diff) | |
download | coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.gz coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.zst coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.zip |
doc: run make -f Makefile.doc (#3314)
add the acl manual page; mechanical change otherwise.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-kubernetes.7')
-rw-r--r-- | man/coredns-kubernetes.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7 index ddc7cb021..2c7baf8c3 100644 --- a/man/coredns-kubernetes.7 +++ b/man/coredns-kubernetes.7 @@ -1,9 +1,9 @@ -.\" Generated by Mmark Markdown Processer - mmark.nl -.TH "COREDNS-KUBERNETES" 7 "August 2019" "CoreDNS" "CoreDNS Plugins" +.\" Generated by Mmark Markdown Processer - mmark.miek.nl +.TH "COREDNS-KUBERNETES" 7 "September 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP -\fIkubernetes\fP - enables the reading zone data from a Kubernetes cluster. +\fIkubernetes\fP - enables reading zone data from a Kubernetes cluster. .SH "DESCRIPTION" .PP @@ -302,8 +302,8 @@ For example, wildcards can be used to resolve all Endpoints for a Service as \fB .RS .nf -*.service.default.svc.cluster.local. 5 IN A 192.168.10.10 -*.service.default.svc.cluster.local. 5 IN A 192.168.25.15 +*.service.default.svc.cluster.local. 5 IN A 192.168.10.10 +*.service.default.svc.cluster.local. 5 IN A 192.168.25.15 .fi .RE |