aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/README.md')
-rw-r--r--plugin/kubernetes/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md
index 50a31801f..15af2565c 100644
--- a/plugin/kubernetes/README.md
+++ b/plugin/kubernetes/README.md
@@ -31,7 +31,6 @@ all the zones the plugin should be authoritative for.
```
kubernetes [ZONES...] {
- resyncperiod DURATION
endpoint URL
tls CERT KEY CACERT
kubeconfig KUBECONFIG CONTEXT
@@ -47,8 +46,7 @@ kubernetes [ZONES...] {
}
```
-* `resyncperiod` specifies the Kubernetes data API **DURATION** period. By
- default resync is disabled (DURATION is zero).
+
* `endpoint` specifies the **URL** for a remote k8s API endpoint.
If omitted, it will connect to k8s in-cluster using the cluster service account.
* `tls` **CERT** **KEY** **CACERT** are the TLS cert, key and the CA cert file names for remote k8s connection.