Don't pull dashboard container image if present

One step in supporting an offline setup, see #391
pull/429/head
Matt Rickard 2016-07-29 14:52:24 -07:00
parent c70fae2136
commit fe10da65c6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ spec:
- name: kubernetes-dashboard
# ARCH will be replaced with the architecture it's built for. Check out the Makefile for more details
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9090
protocol: TCP