Skip to content

Commit 9aa63e4

Browse files
authored
Update kubernetes.md
1 parent 4d40c73 commit 9aa63e4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/deployment/kubernetes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,10 @@ 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)
129-
130-
```bash
131-
$ faas-cli template pull
132-
```
133128
Now deploy the samples:
134129
135130
```bash
136-
$ faas-cli deploy -f stack.yml
131+
faas-cli deploy -f stack.yml
137132
```
138133
139134
!!! info

0 commit comments

Comments
 (0)