mirror of https://github.com/easzlab/kubeasz.git
update kube-dns 1.14.10
parent
f45c0b333d
commit
e45a023985
|
@ -79,8 +79,8 @@ spec:
|
|||
optional: true
|
||||
containers:
|
||||
- name: kubedns
|
||||
#image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.10
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
|
@ -131,8 +131,8 @@ spec:
|
|||
- name: kube-dns-config
|
||||
mountPath: /kube-dns-config
|
||||
- name: dnsmasq
|
||||
#image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
|
@ -170,8 +170,8 @@ spec:
|
|||
- name: kube-dns-config
|
||||
mountPath: /etc/k8s/dns/dnsmasq-nanny
|
||||
- name: sidecar
|
||||
#image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
|
|
@ -79,8 +79,8 @@ spec:
|
|||
optional: true
|
||||
containers:
|
||||
- name: kubedns
|
||||
#image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.10
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
|
@ -131,8 +131,8 @@ spec:
|
|||
- name: kube-dns-config
|
||||
mountPath: /kube-dns-config
|
||||
- name: dnsmasq
|
||||
#image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
|
@ -170,8 +170,8 @@ spec:
|
|||
- name: kube-dns-config
|
||||
mountPath: /etc/k8s/dns/dnsmasq-nanny
|
||||
- name: sidecar
|
||||
#image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.9
|
||||
image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.9
|
||||
#image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.10
|
||||
image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
|
Loading…
Reference in New Issue