diff options
author | 2021-05-12 14:08:17 -0400 | |
---|---|---|
committer | 2021-05-12 11:08:17 -0700 | |
commit | 03bfc8b0336ec0da9d1e02b28607a40861397191 (patch) | |
tree | 234f050a393d05863d5693380176be2668c48c96 /notes | |
parent | 3f64a213298c81e6e236765ea99420185b37e288 (diff) | |
download | coredns-03bfc8b0336ec0da9d1e02b28607a40861397191.tar.gz coredns-03bfc8b0336ec0da9d1e02b28607a40861397191.tar.zst coredns-03bfc8b0336ec0da9d1e02b28607a40861397191.zip |
add note about endpointslice list/watch requirement (#4623)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.8.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/notes/coredns-1.8.1.md b/notes/coredns-1.8.1.md index d02423bb2..4d80c0dbc 100644 --- a/notes/coredns-1.8.1.md +++ b/notes/coredns-1.8.1.md @@ -13,7 +13,10 @@ The CoreDNS team has released This release fixes a bunch of bugs, and adds a (very) simple new plugin called [local](https://coredns.io/plugins/local/) to answer "local" queries. Bunch of work in the [kubernetes](https://coredns.io/plugins/kubernetes) plugin to add support for new upstream -feautres. +features. + +If using the [kubernetes](https://coredns.io/plugins/kubernetes) plugin for a Kubernetes +cluster >= 1.19, CoreDNS must be granted `list` and `watch` access to `endpointslices`. ## Brought to You By |