@@ -132,7 +132,7 @@ Received JSON webook. Elements: 10
132
132
$ kubectl logs deploy/json-hook -n openfaas-fn
133
133
2018/01/28 20:50:27 Writing lock-file to: /tmp/.lock
134
134
2018/01/28 20:50:35 Forking fprocess.
135
- 2018/01/28 20:50:35 Query
135
+ 2018/01/28 20:50:35 Query
136
136
2018/01/28 20:50:35 Path /function/json-hook
137
137
Received JSON webook. Elements: 10
138
138
2018/01/28 20:50:35 Duration: 0.001857 seconds
@@ -154,11 +154,11 @@ Checklist:
154
154
155
155
On certain Linux distributions the name ` localhost ` maps to an IPv6 alias meaning that the CLI may hang. In these circumstances you have two options:
156
156
157
- 1 . Use the ` -g ` or ` --gateway ` argument with ` 127.0.0.1:8080 ` or similar
157
+ 1 . Use the ` -g ` or ` --gateway ` argument with ` 127.0.0.1:8080 ` or similar
158
158
159
- 2 . Set the ` OPENFAAS_URL ` environmental variable to ` 127.0.0.1:8080 ` or similar
159
+ 2 . Set the ` OPENFAAS_URL ` environmental variable to ` 127.0.0.1:8080 ` or similar
160
160
161
- 3 . Edit the ` /etc/hosts ` file on your machine and remove the IPv6 alias for localhost (this forces the use of IPv4)
161
+ 3 . Edit the ` /etc/hosts ` file on your machine and remove the IPv6 alias for localhost (this forces the use of IPv4)
162
162
163
163
## Troubleshooting Swarm or Kubernetes
164
164
@@ -196,7 +196,7 @@ If you have additional services / functions remove the remaining ones like this:
196
196
$ docker service ls -q | xargs docker service rm
197
197
```
198
198
199
- * Use with caution *
199
+ _ Use with caution _
200
200
201
201
#### I forgot my gateway password
202
202
@@ -253,8 +253,8 @@ These instructions may differ depending on whether you are using faas-netes (def
253
253
##### Get logs using faas-netes
254
254
255
255
```
256
- $ kubectl logs -n openfaas deploy/faas-netes
257
- $ kubectl logs -n openfaas deploy/gateway
256
+ $ kubectl logs -n openfaas deploy/gateway -c faas-netes
257
+ $ kubectl logs -n openfaas deploy/gateway -c gateway
258
258
```
259
259
260
260
##### Check the queue-worker
0 commit comments