diff options
author | 2021-12-17 16:57:32 -0500 | |
---|---|---|
committer | 2021-12-17 16:57:32 -0500 | |
commit | ca476cec30211178fe21db5eb4bb5a8765f7fec1 (patch) | |
tree | bb4d847fb513fded6f3f82da3ee1a94513fa91df /plugin | |
parent | 55ade90472e31b6941b20e58773c85753438ef12 (diff) | |
download | coredns-ca476cec30211178fe21db5eb4bb5a8765f7fec1.tar.gz coredns-ca476cec30211178fe21db5eb4bb5a8765f7fec1.tar.zst coredns-ca476cec30211178fe21db5eb4bb5a8765f7fec1.zip |
add wildcard query deprection notice to kubernetes readme (#5045)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/kubernetes/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index de95b1e7d..2ffd7d1bb 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -198,6 +198,8 @@ packet received by CoreDNS must be the IP address of the Pod that sent the reque ## Wildcards +**NOTE: Wildcard queries are deprecated** and will no longer be supported in the next minor release. + Some query labels accept a wildcard value to match any value. If a label is a valid wildcard (\*, or the word "any"), then that label will match all values. The labels that accept wildcards are: |