Update to dashboard v1.6.3

This commit is contained in:
Markus Padourek 2017-08-01 08:47:05 +02:00 committed by GitHub
parent cce013b1bb
commit fd6eb881b4
1 changed files with 3 additions and 4 deletions

View File

@ -34,7 +34,7 @@ metadata:
labels: labels:
k8s-addon: kubernetes-dashboard.addons.k8s.io k8s-addon: kubernetes-dashboard.addons.k8s.io
k8s-app: kubernetes-dashboard k8s-app: kubernetes-dashboard
version: v1.6.2 version: v1.6.3
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
name: kubernetes-dashboard name: kubernetes-dashboard
namespace: kube-system namespace: kube-system
@ -49,7 +49,7 @@ spec:
labels: labels:
k8s-addon: kubernetes-dashboard.addons.k8s.io k8s-addon: kubernetes-dashboard.addons.k8s.io
k8s-app: kubernetes-dashboard k8s-app: kubernetes-dashboard
version: v1.6.2 version: v1.6.3
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
annotations: annotations:
scheduler.alpha.kubernetes.io/critical-pod: '' scheduler.alpha.kubernetes.io/critical-pod: ''
@ -57,7 +57,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.2 image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3
ports: ports:
- containerPort: 9090 - containerPort: 9090
protocol: TCP protocol: TCP
@ -74,7 +74,6 @@ spec:
# If not specified, Dashboard will attempt to auto discover the API server and connect # If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work. # to it. Uncomment only if the default does not work.
# - --apiserver-host=http://my-address:port # - --apiserver-host=http://my-address:port
- --heapster-host=http://heapster.kube-system:80
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /