mirror of https://github.com/k3s-io/k3s
Ensure that loopback is used for the advertised address when resetting
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit de80c07053
)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/7240/head
parent
45670c8ae4
commit
7686c73624
|
@ -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:
|
||||
|
|
|
@ -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…
Reference in New Issue