Update coredns to 1.11.3 and metrics-server to 0.7.2

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

Metrics does not have any new features other than build tooling updates.

Requires https://github.com/rancher/image-mirror/pull/704

Signed-off-by: Harsimran Singh Maan <maan.harry@gmail.com>
pull/10786/head
Harsimran Singh Maan 2024-08-27 13:29:07 -07:00 committed by Brad Davidson
parent bd45aa5c45
commit 0b4d2497e5
4 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -44,7 +44,7 @@ spec:
emptyDir: {}
containers:
- name: metrics-server
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-metrics-server:v0.7.0"
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-metrics-server:v0.7.2"
args:
- --cert-dir=/tmp
- --secure-port=10250

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
docker.io/rancher/klipper-helm:v0.9.1-build20240731
docker.io/rancher/klipper-lb:v0.4.9
docker.io/rancher/local-path-provisioner:v0.0.28
docker.io/rancher/mirrored-coredns-coredns:1.10.1
docker.io/rancher/mirrored-coredns-coredns:1.11.3
docker.io/rancher/mirrored-library-busybox:1.36.1
docker.io/rancher/mirrored-library-traefik:2.11.8
docker.io/rancher/mirrored-metrics-server:v0.7.0
docker.io/rancher/mirrored-metrics-server:v0.7.2
docker.io/rancher/mirrored-pause:3.6