mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
Update kube-dns image versions to the latest stable release
This commit is contained in:
parent
6d5b2ef49e
commit
9f75db3c69
@ -52,7 +52,7 @@ spec:
|
||||
optional: true
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.13.0
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@ -104,7 +104,7 @@ spec:
|
||||
- name: kube-dns-config
|
||||
mountPath: /kube-dns-config
|
||||
- name: dnsmasq
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@ -133,7 +133,7 @@ spec:
|
||||
cpu: 150m
|
||||
memory: 10Mi
|
||||
- name: sidecar
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@ -52,7 +52,7 @@ spec:
|
||||
optional: true
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.13.0
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@ -104,7 +104,7 @@ spec:
|
||||
- name: kube-dns-config
|
||||
mountPath: /kube-dns-config
|
||||
- name: dnsmasq
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@ -133,7 +133,7 @@ spec:
|
||||
cpu: 150m
|
||||
memory: 10Mi
|
||||
- name: sidecar
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@ -52,7 +52,7 @@ spec:
|
||||
optional: true
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.13.0
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@ -103,7 +103,7 @@ spec:
|
||||
- name: kube-dns-config
|
||||
mountPath: /kube-dns-config
|
||||
- name: dnsmasq
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@ -132,7 +132,7 @@ spec:
|
||||
cpu: 150m
|
||||
memory: 10Mi
|
||||
- name: sidecar
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.12.1
|
||||
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.13.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@ -93,7 +93,7 @@ spec:
|
||||
name: kube-proxy
|
||||
`
|
||||
|
||||
KubeDNSVersion = "1.12.1"
|
||||
KubeDNSVersion = "1.13.0"
|
||||
|
||||
KubeDNSDeployment = `
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user