Don't pull dashboard container image if present
One step in supporting an offline setup, see #391pull/429/head
parent
c70fae2136
commit
fe10da65c6
|
@ -39,7 +39,7 @@ spec:
|
||||||
- name: kubernetes-dashboard
|
- name: kubernetes-dashboard
|
||||||
# ARCH will be replaced with the architecture it's built for. Check out the Makefile for more details
|
# 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
|
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9090
|
- containerPort: 9090
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue