Skip to content

Commit

Permalink
Update coredns to 1.11.3
Browse files Browse the repository at this point in the history
Used https://github.com/coredns/corefile-migration to
migrate the corefile. There are no changes for the
default file from 1.10.1 to 1.11.3.

Notable plugin changes include the k8s_external with fallthrough option
and rewrite with cname_target option.

These changes are not part of the default config that ships
with k3s. Customers using these two plugins can start using the new options

Requires rancher/image-mirror#704

Closes k3s-io#10718
  • Loading branch information
harsimranmaan committed Aug 27, 2024
1 parent 85e02e1 commit 509b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
k8s-app: kube-dns
containers:
- name: coredns
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.10.1"
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.11.3"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 509b1f7

Please sign in to comment.