mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-05 12:41:31 +02:00
feat: update CoreDNS to 1.9.0
See https://github.com/coredns/coredns/blob/master/notes/coredns-1.9.0.md Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
a9a47b7559
commit
00ccaf13fb
@ -33,7 +33,7 @@ with a single `--mode` flag that can take the following values:
|
|||||||
description="""\
|
description="""\
|
||||||
* Linux: 5.15.23
|
* Linux: 5.15.23
|
||||||
* Kubernetes: 1.23.3
|
* Kubernetes: 1.23.3
|
||||||
* CoreDNS: 1.8.7
|
* CoreDNS: 1.9.0
|
||||||
* etcd: 3.5.2
|
* etcd: 3.5.2
|
||||||
* containerd: 1.6.0
|
* containerd: 1.6.0
|
||||||
* runc: 1.1.0
|
* runc: 1.1.0
|
||||||
|
@ -257,7 +257,7 @@ const (
|
|||||||
CoreDNSImage = "docker.io/coredns/coredns"
|
CoreDNSImage = "docker.io/coredns/coredns"
|
||||||
|
|
||||||
// DefaultCoreDNSVersion is the default version for the CoreDNS.
|
// DefaultCoreDNSVersion is the default version for the CoreDNS.
|
||||||
DefaultCoreDNSVersion = "1.8.7"
|
DefaultCoreDNSVersion = "1.9.0"
|
||||||
|
|
||||||
// LabelNodeRoleMaster is the node label required by a control plane node.
|
// LabelNodeRoleMaster is the node label required by a control plane node.
|
||||||
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
|
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
|
||||||
|
@ -1319,7 +1319,7 @@ Examples:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
coreDNS:
|
coreDNS:
|
||||||
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
|
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -2702,7 +2702,7 @@ Appears in:
|
|||||||
|
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
|
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
|
||||||
```
|
```
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user