From fe10da65c6033e45b91307911be8888323bf8cf4 Mon Sep 17 00:00:00 2001 From: Matt Rickard Date: Fri, 29 Jul 2016 14:52:24 -0700 Subject: [PATCH] Don't pull dashboard container image if present One step in supporting an offline setup, see #391 --- deploy/addons/dashboard-rc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/addons/dashboard-rc.yaml b/deploy/addons/dashboard-rc.yaml index 2a1d0ad15c..4090ed13a1 100644 --- a/deploy/addons/dashboard-rc.yaml +++ b/deploy/addons/dashboard-rc.yaml @@ -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