Merge pull request #4478 from justinsb/update_kubedns

Update kube-dns to 1.14.8
This commit is contained in:
k8s-ci-robot 2018-02-20 20:26:39 -08:00 committed by GitHub
commit 8eaa28cab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View File

@ -96,7 +96,7 @@ spec:
containers:
- name: kubedns
image: k8s.gcr.io/k8s-dns-kube-dns-{{Arch}}:1.14.5
image: k8s.gcr.io/k8s-dns-kube-dns-{{Arch}}:1.14.8
resources:
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
@ -148,7 +148,7 @@ spec:
mountPath: /kube-dns-config
- name: dnsmasq
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny-{{Arch}}:1.14.5
image: k8s.gcr.io/k8s-dns-dnsmasq-nanny-{{Arch}}:1.14.8
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
@ -187,7 +187,7 @@ spec:
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.5
image: k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.8
livenessProbe:
httpGet:
path: /metrics

View File

@ -131,7 +131,7 @@ spec:
name: metrics
protocol: TCP
- name: dnsmasq
image: k8s.gcr.io/k8s-dns-dnsmasq-{{Arch}}:1.14.5
image: k8s.gcr.io/k8s-dns-dnsmasq-{{Arch}}:1.14.8
livenessProbe:
httpGet:
path: /healthz-dnsmasq

View File

@ -112,7 +112,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
{
key := "kube-dns.addons.k8s.io"
version := "1.14.5"
version := "1.14.8"
{
location := key + "/pre-k8s-1.6.yaml"

View File

@ -15,14 +15,14 @@ spec:
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.6
kubernetesVersion: '>=1.6.0'
manifest: kube-dns.addons.k8s.io/k8s-1.6.yaml
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.8
kubernetesVersion: '>=1.8.0'
manifest: rbac.addons.k8s.io/k8s-1.8.yaml

View File

@ -15,14 +15,14 @@ spec:
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.6
kubernetesVersion: '>=1.6.0'
manifest: kube-dns.addons.k8s.io/k8s-1.6.yaml
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.8
kubernetesVersion: '>=1.8.0'
manifest: rbac.addons.k8s.io/k8s-1.8.yaml

View File

@ -15,14 +15,14 @@ spec:
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.6
kubernetesVersion: '>=1.6.0'
manifest: kube-dns.addons.k8s.io/k8s-1.6.yaml
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
version: 1.14.5
version: 1.14.8
- id: k8s-1.8
kubernetesVersion: '>=1.8.0'
manifest: rbac.addons.k8s.io/k8s-1.8.yaml