File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
website/content/docs/v0.15/Reference Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ with a single `--mode` flag that can take the following values:
33
33
description =""" \
34
34
* Linux: 5.15.23
35
35
* Kubernetes: 1.23.3
36
- * CoreDNS: 1.8.7
36
+ * CoreDNS: 1.9.0
37
37
* etcd: 3.5.2
38
38
* containerd: 1.6.0
39
39
* runc: 1.1.0
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ const (
257
257
CoreDNSImage = "docker.io/coredns/coredns"
258
258
259
259
// DefaultCoreDNSVersion is the default version for the CoreDNS.
260
- DefaultCoreDNSVersion = "1.8.7 "
260
+ DefaultCoreDNSVersion = "1.9.0 "
261
261
262
262
// LabelNodeRoleMaster is the node label required by a control plane node.
263
263
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
Original file line number Diff line number Diff line change @@ -1319,7 +1319,7 @@ Examples:
1319
1319
1320
1320
``` yaml
1321
1321
coreDNS :
1322
- image : docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
1322
+ image : docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
1323
1323
` ` `
1324
1324
1325
1325
@@ -2702,7 +2702,7 @@ Appears in:
2702
2702
2703
2703
2704
2704
` ` ` yaml
2705
- image: docker.io/coredns/coredns:1.8.7 # The ` image` field is an override to the default coredns image.
2705
+ image: docker.io/coredns/coredns:1.9.0 # The ` image` field is an override to the default coredns image.
2706
2706
```
2707
2707
2708
2708
<hr />
You can’t perform that action at this time.
0 commit comments