diff options
author | 2019-02-15 11:18:32 +0700 | |
---|---|---|
committer | 2019-02-14 20:18:32 -0800 | |
commit | de2f63d78747b48ae458b8f2c327a01e44cf725c (patch) | |
tree | d58729b6350c474f5cd2de25619354fe2634abc5 /plugin | |
parent | 008f9eb8b9a616e13dbf637fae822472ea8ec6b4 (diff) | |
download | coredns-de2f63d78747b48ae458b8f2c327a01e44cf725c.tar.gz coredns-de2f63d78747b48ae458b8f2c327a01e44cf725c.tar.zst coredns-de2f63d78747b48ae458b8f2c327a01e44cf725c.zip |
Change http to https for security links (#2559)
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/kubernetes/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 77add2395..0953b8b1b 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -13,7 +13,7 @@ CoreDNS running the kubernetes plugin can be used as a replacement for kube-dns cluster. See the [deployment](https://github.com/coredns/deployment) repository for details on [how to deploy CoreDNS in Kubernetes](https://github.com/coredns/deployment/tree/master/kubernetes). -[stubDomains and upstreamNameservers](http://blog.kubernetes.io/2017/04/configuring-private-dns-zones-upstream-nameservers-kubernetes.html) +[stubDomains and upstreamNameservers](https://blog.kubernetes.io/2017/04/configuring-private-dns-zones-upstream-nameservers-kubernetes.html) are implemented via the *proxy* plugin and kubernetes *upstream*. See example below. This plugin can only be used once per Server Block. @@ -58,7 +58,7 @@ kubernetes [ZONES...] { If this option is omitted all namespaces are exposed * `labels` **EXPRESSION** only exposes the records for Kubernetes objects that match this label selector. The label selector syntax is described in the - [Kubernetes User Guide - Labels](http://kubernetes.io/docs/user-guide/labels/). An example that + [Kubernetes User Guide - Labels](https://kubernetes.io/docs/user-guide/labels/). An example that only exposes objects labeled as "application=nginx" in the "staging" or "qa" environments, would use: `labels environment in (staging, qa),application=nginx`. * `pods` **POD-MODE** sets the mode for handling IP-based pod A records, e.g. |