Browse Source

Ensure that loopback is used for the advertised address when resetting

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/7209/head
Brad Davidson 2 years ago committed by Brad Davidson
parent
commit
de80c07053
  1. 2
      manifests/coredns.yaml
  2. 2
      scripts/airgap/image-list.txt

2
manifests/coredns.yaml

@ -119,7 +119,7 @@ spec:
k8s-app: kube-dns
containers:
- name: coredns
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.9.4
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.10.1
imagePullPolicy: IfNotPresent
resources:
limits:

2
scripts/airgap/image-list.txt

@ -1,7 +1,7 @@
docker.io/rancher/klipper-helm:v0.7.4-build20221121
docker.io/rancher/klipper-lb:v0.4.0
docker.io/rancher/local-path-provisioner:v0.0.24
docker.io/rancher/mirrored-coredns-coredns:1.9.4
docker.io/rancher/mirrored-coredns-coredns:1.10.1
docker.io/rancher/mirrored-library-busybox:1.34.1
docker.io/rancher/mirrored-library-traefik:2.9.4
docker.io/rancher/mirrored-metrics-server:v0.6.2

Loading…
Cancel
Save