Browse Source

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 3 months ago committed by Brad Davidson
parent
commit
0b4d2497e5
  1. 2
      manifests/coredns.yaml
  2. 2
      manifests/metrics-server/metrics-server-deployment.yaml
  3. 4
      pkg/deploy/zz_generated_bindata.go
  4. 4
      scripts/airgap/image-list.txt

2
manifests/coredns.yaml

@ -120,7 +120,7 @@ spec:
k8s-app: kube-dns k8s-app: kube-dns
containers: containers:
- name: coredns - 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 imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

2
manifests/metrics-server/metrics-server-deployment.yaml

@ -44,7 +44,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: metrics-server - 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: args:
- --cert-dir=/tmp - --cert-dir=/tmp
- --secure-port=10250 - --secure-port=10250

4
pkg/deploy/zz_generated_bindata.go

File diff suppressed because one or more lines are too long

4
scripts/airgap/image-list.txt

@ -1,8 +1,8 @@
docker.io/rancher/klipper-helm:v0.9.1-build20240731 docker.io/rancher/klipper-helm:v0.9.1-build20240731
docker.io/rancher/klipper-lb:v0.4.9 docker.io/rancher/klipper-lb:v0.4.9
docker.io/rancher/local-path-provisioner:v0.0.28 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-busybox:1.36.1
docker.io/rancher/mirrored-library-traefik:2.11.8 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 docker.io/rancher/mirrored-pause:3.6

Loading…
Cancel
Save