diff options
author | 2018-08-22 15:28:05 -0400 | |
---|---|---|
committer | 2018-08-22 12:28:05 -0700 | |
commit | ed85986e7024fa3b248e0c78c95455090ee1bb5b (patch) | |
tree | b97ca955b383f9048bb1db643cff34b4ef84dd98 /plugin | |
parent | 8aa55c5ff2f30b2d4b4c5faad5e0a465648f9736 (diff) | |
download | coredns-ed85986e7024fa3b248e0c78c95455090ee1bb5b.tar.gz coredns-ed85986e7024fa3b248e0c78c95455090ee1bb5b.tar.zst coredns-ed85986e7024fa3b248e0c78c95455090ee1bb5b.zip |
plugin/kubernetes: Note that deprecated style pod records are not transferred (#2045)
* Update README.md
* Update README.md
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/kubernetes/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 9bca6baab..e85ce1d43 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -95,6 +95,7 @@ kubernetes [ZONES...] { (only `to` is allow). **ADDRESS** must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as plain addresses. The special wildcard `*` means: the entire internet. Sending DNS notifies is not supported. + [Deprecated](https://github.com/kubernetes/dns/blob/master/docs/specification.md#26---deprecated-records) pod records in the sub domain `pod.cluster.local` are not transferred. * `fallthrough` **[ZONES...]** If a query for a record in the zones for which the plugin is authoritative results in NXDOMAIN, normally that is what the response will be. However, if you specify this option, the query will instead be passed on down the plugin chain, which can include another plugin to handle |