Bump kubedns and nodelocaldns to 1.26.8

Promotion PR: https://github.com/kubernetes/k8s.io/pull/9378.

As per https://github.com/kubernetes/kubernetes/issues/137556,
this is most likely the last release of kubernetes/dns.

Signed-off-by: Damian Sawicki <dsawicki@google.com>
This commit is contained in:
Damian Sawicki 2026-04-27 08:20:44 +00:00
parent 75d51c4407
commit a17953e20c
4 changed files with 10 additions and 10 deletions

View file

@ -114,7 +114,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: kubedns
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.7
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.8
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -170,7 +170,7 @@ spec:
runAsUser: 1001
runAsGroup: 1001
- name: dnsmasq
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.7
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.8
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -216,7 +216,7 @@ spec:
- NET_BIND_SERVICE
- SETGID
- name: sidecar
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.7
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.8
livenessProbe:
httpGet:
path: /metrics

View file

@ -114,7 +114,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: kubedns
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.7
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.8
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -170,7 +170,7 @@ spec:
runAsUser: 1001
runAsGroup: 1001
- name: dnsmasq
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.7
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.8
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -216,7 +216,7 @@ spec:
- NET_BIND_SERVICE
- SETGID
- name: sidecar
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.7
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.8
livenessProbe:
httpGet:
path: /metrics

View file

@ -114,7 +114,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: kubedns
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.7
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.26.8
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -170,7 +170,7 @@ spec:
runAsUser: 1001
runAsGroup: 1001
- name: dnsmasq
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.7
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.26.8
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -216,7 +216,7 @@ spec:
- NET_BIND_SERVICE
- SETGID
- name: sidecar
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.7
image: registry.k8s.io/dns/k8s-dns-sidecar:1.26.8
livenessProbe:
httpGet:
path: /metrics

View file

@ -138,7 +138,7 @@ spec:
operator: "Exists"
containers:
- name: node-cache
image: registry.k8s.io/dns/k8s-dns-node-cache:1.26.7
image: registry.k8s.io/dns/k8s-dns-node-cache:1.26.8
resources:
requests:
cpu: 25m