File tree Expand file tree Collapse file tree
website/content/v1.14/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ preface = """
2121Linux: 6.18.27
2222Kubernetes: 1.36.0
2323containerd: 2.3.0
24- CoreDNS: 1.14.3
2524
2625Talos is built with Go 1.26.2.
2726"""
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ const (
391391
392392 // DefaultCoreDNSVersion is the default version for the CoreDNS.
393393 // renovate: datasource=docker depName=registry.k8s.io/coredns/coredns
394- DefaultCoreDNSVersion = "v1.14.3 "
394+ DefaultCoreDNSVersion = "v1.14.2 "
395395
396396 // LabelNodeRoleControlPlane is the node label required by a control plane node.
397397 LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"
Original file line number Diff line number Diff line change @@ -2369,7 +2369,7 @@ talosctl image k8s-bundle [flags]
23692369### Options
23702370
23712371```
2372- --coredns-version semver CoreDNS semantic version (default v1.14.3 )
2372+ --coredns-version semver CoreDNS semantic version (default v1.14.2 )
23732373 --etcd-version semver ETCD semantic version (default v3.6.11)
23742374 --flannel-version semver Flannel CNI semantic version (default v0.28.4)
23752375 -h, --help help for k8s-bundle
Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ etcd:
11231123{{< /highlight >}}</details > | |
11241124|` coreDNS ` |<a href =" #Config.cluster.coreDNS " >CoreDNS</a > |Core DNS specific configuration options. <details ><summary >Show example(s)</summary >{{< highlight yaml >}}
11251125coreDNS:
1126- image: registry.k8s.io/coredns/coredns: v1 .14.3 # The ` image ` field is an override to the default coredns image.
1126+ image: registry.k8s.io/coredns/coredns: v1 .14.2 # The ` image ` field is an override to the default coredns image.
11271127{{< /highlight >}}</details > | |
11281128|` externalCloudProvider ` |<a href =" #Config.cluster.externalCloudProvider " >ExternalCloudProviderConfig</a > |External cloud provider configuration. <details ><summary >Show example(s)</summary >{{< highlight yaml >}}
11291129externalCloudProvider:
@@ -1939,7 +1939,7 @@ CoreDNS represents the CoreDNS config values.
19391939{{< highlight yaml >}}
19401940cluster:
19411941 coreDNS:
1942- image: registry.k8s.io/coredns/coredns: v1 .14.3 # The ` image ` field is an override to the default coredns image.
1942+ image: registry.k8s.io/coredns/coredns: v1 .14.2 # The ` image ` field is an override to the default coredns image.
19431943{{< /highlight >}}
19441944
19451945
You can’t perform that action at this time.
0 commit comments