mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Update CoreDNS-k8s_version.md
This commit is contained in:
parent
4e392388a0
commit
4660d68a6f
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ This document records the CoreDNS version that was installed by kubeadm with eac
|
|||
|
||||
| Kubernetes Version | CoreDNS version installed by kubeadm | Changes in CoreDNS from previous release to Kubernetes |
|
||||
|:--------------------:|:-------------------------:|:----------|
|
||||
| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | CoreDNS must be granted list and watch access to EndpointSlices |
|
||||
| v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | |
|
||||
| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.1.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.2.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.3.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.4.md <br><br> ***---NOTE---*** CoreDNS must be granted list and watch access to EndpointSlices |
|
||||
| v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.7.1.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.0.md <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>The `transfer` option in the _kubernetes_ plugin has been removed. Zone transfers can be enabled with the new _transfer_ plugin.</li> </ul> |
|
||||
| v1.20 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | |
|
||||
| v1.19 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.9.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.7.0.md <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>The federation plugin (which allows for v1 Kubernetes federation) has been removed.</li> <li> Many Prometheus metrics names have changed. More details in https://coredns.io/2020/06/15/coredns-1.7.0-release/#metric-changes </li> </ul> |
|
||||
| v1.18 | [v1.6.7](https://github.com/coredns/coredns/releases/tag/v1.6.7) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.6.md <br> https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.7.md <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>None</li> </ul> |
|
||||
|
|
Loading…
Reference in a new issue