mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
bump version and update k8s versions doc
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
08c2b11241
commit
19d203a1c9
2 changed files with 18 additions and 17 deletions
|
@ -4,7 +4,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.24 | [v1.8.6](https://github.com/coredns/coredns/releases/tag/v1.8.6) | |
|
||||
| v1.23 | [v1.8.6](https://github.com/coredns/coredns/releases/tag/v1.8.6) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.5.md <br>https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.6.md |
|
||||
| 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> |
|
||||
|
|
|
@ -114,7 +114,7 @@ spec:
|
|||
topologyKey: kubernetes.io/hostname
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.9.1
|
||||
image: coredns/coredns:1.9.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Reference in a new issue