diff options
author | 2019-07-04 01:09:12 +0530 | |
---|---|---|
committer | 2019-07-03 20:39:12 +0100 | |
commit | f9fb9db1715e074c7549548e72f1d29d5ddc268f (patch) | |
tree | bd06b9063a81b1549716aab9a13173c630b81516 /man/coredns-kubernetes.7 | |
parent | 2bd77d0823309c282197256cf9b3d8274578811d (diff) | |
download | coredns-f9fb9db1715e074c7549548e72f1d29d5ddc268f.tar.gz coredns-f9fb9db1715e074c7549548e72f1d29d5ddc268f.tar.zst coredns-f9fb9db1715e074c7549548e72f1d29d5ddc268f.zip |
ISSUE-2911 (#2923)
- Remove resyncperiod from Kubernetes plugin
Diffstat (limited to 'man/coredns-kubernetes.7')
-rw-r--r-- | man/coredns-kubernetes.7 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7 index 6d7cfc555..c430a6c12 100644 --- a/man/coredns-kubernetes.7 +++ b/man/coredns-kubernetes.7 @@ -47,7 +47,6 @@ all the zones the plugin should be authoritative for. .nf kubernetes [ZONES...] { - resyncperiod DURATION endpoint URL tls CERT KEY CACERT kubeconfig KUBECONFIG CONTEXT @@ -65,9 +64,7 @@ kubernetes [ZONES...] { .fi .RE -.IP \(bu 4 -\fB\fCresyncperiod\fR specifies the Kubernetes data API \fBDURATION\fP period. By -default resync is disabled (DURATION is zero). + .IP \(bu 4 \fB\fCendpoint\fR specifies the \fBURL\fP for a remote k8s API endpoint. If omitted, it will connect to k8s in-cluster using the cluster service account. |