Compile instructions: changed pullPolicy to IfNotPresent (#378)
Containers will get stuck in ErrImagePull/ImagePullBackOff state otherwise
This commit is contained in:
committed by
Soam Vasani
parent
c8f4647373
commit
8abb0005f6
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user