Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanikesn committed Apr 5, 2018
1 parent aa39397 commit 43ae4c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf/kube-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
metadata:
labels:
k8s-app: kubernetes-dashboard
version: v1.8.1
version: v1.8.3
kubernetes.io/cluster-service: "true"
spec:
serviceAccountName: dashboard
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.1
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.3
ports:
- containerPort: 9090
protocol: TCP
Expand Down
6 changes: 3 additions & 3 deletions conf/kube-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
optional: true
containers:
- name: kubedns
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.2
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64: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
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
- name: kube-dns-config
mountPath: /kube-dns-config
- name: dnsmasq
image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.2
image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.8
livenessProbe:
httpGet:
path: /healthcheck/dnsmasq
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
- name: kube-dns-config
mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.2
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.8
livenessProbe:
httpGet:
path: /metrics
Expand Down
2 changes: 1 addition & 1 deletion conf/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ After=docker.service
ExecStart=/usr/bin/hyperkube kubelet \
--logtostderr=true \
--kubeconfig=/etc/kubeconfig.yml \
--require-kubeconfig \
--hostname-override=${BRIDGE_IP} \
--address=0.0.0.0 \
--serialize-image-pulls=false \
--cluster-dns=${CLUSTERDNS_IP} \
--cluster-domain=${DNS_DOMAIN} \
--fail-swap-on=false
Restart=always
Type=notify
RestartSec=10

[Install]
Expand Down

0 comments on commit 43ae4c1

Please sign in to comment.