You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-05-12-kim.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Now install OpenFaaS and set the image pull policy for functions to "IfNotPresen
138
138
139
139
```bash
140
140
arkade install openfaas \
141
-
--pull-policy IfNotPresent
141
+
--set faasnetes.imagePullPolicy=IfNotPresent
142
142
```
143
143
144
144
Run the commands given to you to start port-forwarding the OpenFaaS gateway and to log in. If you forget the commands just type `arkade info openfaas` to get them back again.
0 commit comments