From 8abb0005f69b3e7a6366f3cbc001282eda2437eb Mon Sep 17 00:00:00 2001 From: prithviramesh Date: Mon, 16 Oct 2017 13:39:47 -0700 Subject: [PATCH] Compile instructions: changed pullPolicy to IfNotPresent (#378) Containers will get stuck in ErrImagePull/ImagePullBackOff state otherwise --- Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling.md b/Compiling.md index 69227085..902af3d2 100644 --- a/Compiling.md +++ b/Compiling.md @@ -41,7 +41,7 @@ minikube and its built-in docker daemon: Next, install fission with this image on your kubernetes cluster using the helm chart: ``` - $ helm install --set "image=minikube/fission-bundle,pullPolicy=Always,analytics=false" charts/fission-all + $ helm install --set "image=minikube/fission-bundle,pullPolicy=IfNotPresent,analytics=false" charts/fission-all ``` And if you're changing the CLI too, you can build it with: