@@ -132,7 +132,7 @@ Received JSON webook. Elements: 10
132132$ kubectl logs deploy/json-hook -n openfaas-fn
1331332018/01/28 20:50:27 Writing lock-file to: /tmp/.lock
1341342018/01/28 20:50:35 Forking fprocess.
135- 2018/01/28 20:50:35 Query
135+ 2018/01/28 20:50:35 Query
1361362018/01/28 20:50:35 Path /function/json-hook
137137Received JSON webook. Elements: 10
1381382018/01/28 20:50:35 Duration: 0.001857 seconds
@@ -154,11 +154,11 @@ Checklist:
154154
155155On certain Linux distributions the name ` localhost ` maps to an IPv6 alias meaning that the CLI may hang. In these circumstances you have two options:
156156
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
158158
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
160160
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)
162162
163163## Troubleshooting Swarm or Kubernetes
164164
@@ -196,7 +196,7 @@ If you have additional services / functions remove the remaining ones like this:
196196$ docker service ls -q | xargs docker service rm
197197```
198198
199- * Use with caution *
199+ _ Use with caution _
200200
201201#### I forgot my gateway password
202202
@@ -253,8 +253,8 @@ These instructions may differ depending on whether you are using faas-netes (def
253253##### Get logs using faas-netes
254254
255255```
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
258258```
259259
260260##### Check the queue-worker
0 commit comments