Skip to content

Commit

Permalink
feat: update CoreDNS version 1.8.6
Browse files Browse the repository at this point in the history
This updages CoreDNS from 1.8.4 which includes many fixes from upstream.

Also this seems to fix timeouts introduced in the change which added
`rewrite stop type AAAA A` rule to the `Corefile`.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 19, 2021
1 parent 41299ca commit ad23891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"

// DefaultCoreDNSVersion is the default version for the CoreDNS.
DefaultCoreDNSVersion = "1.8.4"
DefaultCoreDNSVersion = "1.8.6"

// LabelNodeRoleMaster is the node label required by a control plane node.
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.14/Reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ Examples:

``` yaml
coreDNS:
image: docker.io/coredns/coredns:1.8.4 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.8.6 # The `image` field is an override to the default coredns image.
```


Expand Down Expand Up @@ -2392,7 +2392,7 @@ Appears in:


``` yaml
image: docker.io/coredns/coredns:1.8.4 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.8.6 # The `image` field is an override to the default coredns image.
```

<hr />
Expand Down

0 comments on commit ad23891

Please sign in to comment.