Update KubeDNS to v1.15.13

This commit is contained in:
Ciprian Hacman 2020-06-30 12:10:51 +03:00
parent 8c34eaf76f
commit b48c2c373f
5 changed files with 18 additions and 18 deletions

View File

@ -1265,7 +1265,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.4.0
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"
@ -2691,7 +2691,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.4.0
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"
@ -2772,7 +2772,7 @@ spec:
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13
image: k8s.gcr.io/k8s-dns-kube-dns:1.15.13
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -2866,7 +2866,7 @@ spec:
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: k8s.gcr.io/k8s-dns-sidecar:1.14.13
image: k8s.gcr.io/k8s-dns-sidecar:1.15.13
livenessProbe:
httpGet:
path: /metrics
@ -3048,7 +3048,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.1.2-r2
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"
@ -3117,7 +3117,7 @@ spec:
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.10
image: k8s.gcr.io/k8s-dns-kube-dns:1.15.13
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -3169,7 +3169,7 @@ spec:
mountPath: /kube-dns-config
- name: dnsmasq
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.14.10
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.13
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -3211,7 +3211,7 @@ spec:
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: k8s.gcr.io/k8s-dns-sidecar:1.14.10
image: k8s.gcr.io/k8s-dns-sidecar:1.15.13
livenessProbe:
httpGet:
path: /metrics

View File

@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.4.0
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"

View File

@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.4.0
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"
@ -134,7 +134,7 @@ spec:
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13
image: k8s.gcr.io/k8s-dns-kube-dns:1.15.13
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -228,7 +228,7 @@ spec:
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: k8s.gcr.io/k8s-dns-sidecar:1.14.13
image: k8s.gcr.io/k8s-dns-sidecar:1.15.13
livenessProbe:
httpGet:
path: /metrics

View File

@ -52,7 +52,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.1.2-r2
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.1
resources:
requests:
cpu: "20m"
@ -121,7 +121,7 @@ spec:
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns:1.14.10
image: k8s.gcr.io/k8s-dns-kube-dns:1.15.13
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -173,7 +173,7 @@ spec:
mountPath: /kube-dns-config
- name: dnsmasq
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.14.10
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.13
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -215,7 +215,7 @@ spec:
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: k8s.gcr.io/k8s-dns-sidecar:1.14.10
image: k8s.gcr.io/k8s-dns-sidecar:1.15.13
livenessProbe:
httpGet:
path: /metrics

View File

@ -226,7 +226,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
{
key := "kube-dns.addons.k8s.io"
version := "1.14.13-kops.2"
version := "1.15.13-kops.1"
{
location := key + "/k8s-1.6.yaml"
@ -280,7 +280,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
{
key := "coredns.addons.k8s.io"
version := "1.6.7-kops.1"
version := "1.6.7-kops.2"
{
location := key + "/k8s-1.12.yaml"