Skip to content

Commit

Permalink
feat: upgrade CoreDNS to 1.8.0
Browse files Browse the repository at this point in the history
Brings in v1.8.0 of CoreDNS.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard authored and talos-bot committed Feb 8, 2021
1 parent d29a56b commit 4734fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ const (
KubernetesSchedulerImage = "k8s.gcr.io/kube-scheduler"

// CoreDNSImage is the enforced CoreDNS image to use.
CoreDNSImage = "k8s.gcr.io/coredns"
CoreDNSImage = "docker.io/coredns/coredns"

// DefaultCoreDNSVersion is the default version for the CoreDNS.
DefaultCoreDNSVersion = "1.7.0"
DefaultCoreDNSVersion = "1.8.0"

// 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.9/Reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ Examples:

``` yaml
coreDNS:
image: k8s.gcr.io/coredns:1.7.0 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.8.0 # The `image` field is an override to the default coredns image.
```


Expand Down Expand Up @@ -1897,7 +1897,7 @@ Appears in:
``` yaml
image: k8s.gcr.io/coredns:1.7.0 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.8.0 # The `image` field is an override to the default coredns image.
```
<hr />
Expand Down

0 comments on commit 4734fe7

Please sign in to comment.