Skip to content

Commit 4d40c73

Browse files
--globalalexellis
authored andcommitted
Add template pull instruction
Signed-off-by: Vivek Sridhar <[email protected]>
1 parent e80b95f commit 4d40c73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deployment/kubernetes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ There are currently no sample functions built into this stack, but we can deploy
125125
name: faas
126126
gateway: http://192.168.4.95:31112
127127
```
128+
Before deploying the gateway changes make sure you pull the [templates from GitHub:](https://github.com/openfaas/templates)
128129
130+
```bash
131+
$ faas-cli template pull
132+
```
129133
Now deploy the samples:
130134
131135
```bash

0 commit comments

Comments
 (0)